GetDescriptionWithClassName Method (ObjectBase)
In This Topic
Gets a user-friendly description of the object, including the
ClassName.
Syntax
'Declaration
Public Overridable Function GetDescriptionWithClassName() As String
public virtual string GetDescriptionWithClassName()
Example
Job "Job Name"
See Also