Share via


GraphErrorEventArgs.Message Property

Namespace:  Microsoft.VisualStudio.GraphModel.Styles
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
Public ReadOnly Property Message As String
public string Message { get; }
public:
property String^ Message {
    String^ get ();
}
member Message : string with get
function get Message () : String

Property Value

Type: String
Returns String.

.NET Framework Security

See Also

Reference

GraphErrorEventArgs Class

Microsoft.VisualStudio.GraphModel.Styles Namespace