Comment Property (ISwDMConfiguration5)
Obsolete. Superseded by ISwDMConfiguration7::Comment2.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property Comment As System.String |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMConfiguration5
Dim value As System.String
value = instance.Comment |
C# | |
---|
System.string Comment {get;} |
C++/CLI | |
---|
property System.String^ Comment {
System.String^ get();
} |
See Also