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