FormExtensionAdorner.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
Returns a String containing the adorner description.
See Also
FormExtensionAdorner Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners Namespace
Return to top