ToString Method (SchedulerGroupItem)
In This Topic
Returns the string representation of the current
SchedulerGroupItem object.
Syntax
'Declaration
Public Overrides Function ToString() As String
public override string ToString()
Return Value
The
DisplayName property value.
See Also