Compartilhar via


AddinErrorRecord.Message Property

 

Retrieves or sets a detailed description of the error.

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

Syntax

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

Property Value

Type: System.String

A String containing a detailed description of the error.

See Also

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

Return to top