Partager via


AddinPageContent.Title Property

 

Retrieves or sets the title of the UI.

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

Syntax

public string Title { get; set; }
public:
property String^ Title {
    String^ get();
    void set(String^ value);
}
Public Property Title As String

Property Value

Type: System.String

A String containing the title of the UI.

See Also

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

Return to top