DescriptionOverride Property (Job)
In This Topic
Override for the system-generated description of the object
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property DescriptionOverride As String
[CanBeNull()]
public string DescriptionOverride {get; set;}
[CanBeNull()]
public:
property String^ DescriptionOverride {
String^ get();
void set ( String^ value);
}
See Also