ILinkedUndoTransaction.Id Property
The name of this transaction set by BeginTransaction.
Namespace: Microsoft.VisualStudio.Modeling.ExtensionEnablement
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
ReadOnly Property Id As String
string Id { get; }
property String^ Id {
String^ get ();
}
abstract Id : string with get
function get Id () : String
Property Value
Type: String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ILinkedUndoTransaction Interface
Microsoft.VisualStudio.Modeling.ExtensionEnablement Namespace