Constable Authorization Engine 2.0 BETA

ChangeUndoManager.Label Property

[This is preliminary documentation and subject to change.]

Gets the label of the change recorded by this instance.

[Visual Basic]
NotOverridable Public ReadOnly Property Label As String _
    Implements IUndoItem.Label
[C#]
public string Label {get;}

Property Value

The label of the change to be displayed to the user.

Implements

IUndoItem.Label

See Also

ChangeUndoManager Class | LaMarvin.ComponentModel Namespace