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