Description Property (Response)
In This Topic
Optional description/notes for the action
Syntax
'Declaration
Public Property Description As String
public string Description {get; set;}
public:
property String^ Description {
String^ get();
void set ( String^ value);
}
See Also