Leadtools.Jpip Namespace > ResponseFields Class : Port Property |
public Nullable<int> Port {get; set;}
'Declaration Public Property Port As Nullable(Of Integer)
'Usage Dim instance As ResponseFields Dim value As Nullable(Of Integer) instance.Port = value value = instance.Port
public: property Nullable<int> Port { Nullable<int> get(); void set ( Nullable<int> value); }