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