Compartilhar via


TaskContentAdorner.Description Property

 

Retrieves a description of the adorner.

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

Syntax

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

Property Value

Type: System.String

A String containing a description of the adorner.

See Also

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

Return to top