Gets and sets the Modca tag document name.
public string DocumentName {get; set;}
public: __property string* get_DocumentName();
public: __property void set_DocumentName(
string* value
);
'Declaration
Public Property DocumentName As String
'Usage
Dim instance As SaveOptionsModca
Dim value As String
instance.DocumentName = value
value = instance.DocumentName
Property Value
A string value which represents the Modca tag name to be saved.