Gets and sets the description text for the current layer.
public string Description {get; set;}
public: __property string* get_Description();
public: __property void set_Description(
string* value
);
'Declaration
Public Property Description As String
'Usage
Dim instance As Layer
Dim value As String
instance.Description = value
value = instance.Description
Property Value
A string value which represents the description of a layer.