Share via


GraphDeserializationProgressEventArgs.Message Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

User-friendly message that surfaces the current state of the deserializer.

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

Syntax

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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

GraphDeserializationProgressEventArgs Class

Microsoft.VisualStudio.GraphModel Namespace