Share via


ManagedInstanceDtcSecuritySettings.XaTransactionsDefaultTimeout Property

Definition

Gets or sets default timeout for XA Transactions (in seconds).

[Newtonsoft.Json.JsonProperty(PropertyName="xaTransactionsDefaultTimeout")]
public int? XaTransactionsDefaultTimeout { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="xaTransactionsDefaultTimeout")>]
member this.XaTransactionsDefaultTimeout : Nullable<int> with get, set
Public Property XaTransactionsDefaultTimeout As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to