Documentation Property (JobVariable)
In This Topic
Documentation to be shown to the user when editing this value
Syntax
'Declaration
Public Property Documentation As String
public string Documentation {get; set;}
public:
property String^ Documentation {
String^ get();
void set ( String^ value);
}
See Also