Constable Authorization Engine 2.0 BETA

UndoItemCollection.Label Property

[This is preliminary documentation and subject to change.]

Gets the label that descibes the group of changes represented by this collection.

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

Implements

IUndoItem.Label

Remarks

The implementation returns the value of the Label property of the first item in the collection. If the collection is empty, an empty string is returned.

See Also

UndoItemCollection Class | LaMarvin.ComponentModel Namespace