|
|
Gets the isolation level of the transaction. NavisworksTransaction only supports Serializable transactions.
Namespace: Autodesk.Navisworks.Api.Data
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Overrides ReadOnly Property IsolationLevel As IsolationLevel Get |
| C# |
|---|
public override IsolationLevel IsolationLevel { get; } |
| Visual C++ |
|---|
public: virtual property IsolationLevel IsolationLevel { IsolationLevel get () override; } |