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