ILinkedUndoTransaction.Id Property

The name of this transaction set by BeginTransaction().

Namespace:  Microsoft.VisualStudio.Modeling.ExtensionEnablement
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)

Syntax

'Declaration
ReadOnly Property Id As String
string Id { get; }
property String^ Id {
    String^ get ();
}
abstract Id : string
function get Id () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ILinkedUndoTransaction Interface

Microsoft.VisualStudio.Modeling.ExtensionEnablement Namespace