TaskContentAdorner.DisplayName Property

 

Retrieves the display name of the adorner.

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

Syntax

public string DisplayName { get; private set; }
public:
property String^ DisplayName {
    String^ get();
    private: void set(String^ value);
}
Public Property DisplayName As String
    Get
    Private Set
End Property

Property Value

Type: System.String

A String containing the display name.

See Also

TaskContentAdorner Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners Namespace

Return to top