Gets or sets the depth.
Namespace: Composite.AspNetAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public int Depth { get; protected set; } |
Visual Basic |
---|
Public Property Depth As Integer Get Protected Set |
Visual C++ |
---|
public: property int Depth { int get (); protected: void set (int value); } |