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 > 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); }