Share via


GraphUndoUnit.Description Property

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

This undo unit's description.

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

Syntax

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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

GraphUndoUnit Class

Microsoft.VisualStudio.GraphModel Namespace