ListGroup<TBusinessObject>.DisplayName Property
Gets or sets the display name of the ListGroup<TBusinessObject> object.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public string DisplayName { get; }
public:
property String^ DisplayName {
virtual String^ get() sealed;
}
Public ReadOnly Property DisplayName As String
Property Value
Type: System.String
An instance of String that contains the display name of the ListGroup<TBusinessObject> object.
Remarks
TBusinessObject represents a business object that encapsulates information and methods that relate to business data or business functionality. The information in the business object is exposed as properties.
See Also
ListGroup<TBusinessObject> Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top