Gets or sets the text for the description of the annotation.
public string DescriptionText {get; set;}
'Declaration
Public Property DescriptionText As String
'Usage
Dim instance As AnnotationSaveDescriptionDialog
Dim value As String
instance.DescriptionText = value
value = instance.DescriptionText
public: __property string* get_DescriptionText();
public: __property void set_DescriptionText(
string* value
);
public:
property String^ DescriptionText {
String^ get();
void set ( String^ value);
}
Property Value
A
System.String that represents the description of the annotation.