ClientContext.Port Property

Definition

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

Property Value

Nullable<Int32>
Attributes

Applies to