Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.7
|
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); }