ClientContext.PersistentConnectionTimeout Property

Definition

public:
 property Nullable<int> PersistentConnectionTimeout { Nullable<int> get(); void set(Nullable<int> value); };
[System.Runtime.Serialization.DataMember]
public Nullable<int> PersistentConnectionTimeout { get; set; }
member this.PersistentConnectionTimeout : Nullable<int> with get, set
Public Property PersistentConnectionTimeout As Nullable(Of Integer)

Property Value

Nullable<Int32>
Attributes

Applies to