ExtendedDescription Property (JobStep)
In This Topic
Returns an extended description of the object, if appropriate
Returns an extended description of the object, if appropriate
Syntax
'Declaration
<CanBeNullAttribute()>
Public Overrides NotOverridable ReadOnly Property ExtendedDescription As String
[CanBeNull()]
public override string ExtendedDescription {get;}
[CanBeNull()]
public:
property String^ ExtendedDescription {
String^ get() override;
}
See Also