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