Share via


InstancePersistenceCommand.IsTransactionEnlistmentOptional Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Returns a value that indicates whether the transaction enlistment is optional.

Namespace:  System.Runtime.Persistence
Assembly:  System.Runtime (in System.Runtime.dll)

Syntax

'Declaration
Protected Friend Overridable ReadOnly Property IsTransactionEnlistmentOptional As Boolean
    Get
'Usage
Dim value As Boolean

value = Me.IsTransactionEnlistmentOptional
protected internal virtual bool IsTransactionEnlistmentOptional { get; }
protected public:
virtual property bool IsTransactionEnlistmentOptional {
    bool get ();
}
abstract IsTransactionEnlistmentOptional : bool
override IsTransactionEnlistmentOptional : bool

Property Value

Type: System.Boolean
true if the transaction enlistment is optional, otherwise false.

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 4

.NET Framework Client Profile

Supported in: 4

See Also

Reference

InstancePersistenceCommand Class

InstancePersistenceCommand Members

System.Runtime.Persistence Namespace