GetDescriptionWithClassName Method (ServerSettings)
In This Topic
Gets a user-friendly description of the object, including the
ClassName.
Syntax
'Declaration
Public Overrides NotOverridable Function GetDescriptionWithClassName() As String
public override string GetDescriptionWithClassName()
public:
String^ GetDescriptionWithClassName(); override
Example
Job "Job Name"
See Also