Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Returns a String containing the display name.
See Also
FormExtensionAdorner Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners Namespace
Return to top