'Declaration
<DefaultValueAttribute(2147483647)> Public Property MaximumParentDepth As Integer
'Usage
Dim instance As BrowsePathParser Dim value As Integer instance.MaximumParentDepth = value value = instance.MaximumParentDepth
[DefaultValue(2147483647)] public int MaximumParentDepth {get; set;}
[DefaultValue(2147483647)] public: property int MaximumParentDepth { int get(); void set ( int value); }