Compartilhar via


AddinErrorRecord.Title Property

 

Retrieves or sets the title of the error.

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 that contains the title of the error.

See Also

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

Return to top