Namespace:  Microsoft.TeamFoundation.Build.Server
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Private)> _
Public Property Depth As Integer
[ClientPropertyAttribute(ClientVisibility.Private)]
public int Depth { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private)]
public:
property int Depth {
    int get ();
    void set (int value);
}
[<ClientPropertyAttribute(ClientVisibility.Private)>]
member Depth : int with get, set
function get Depth () : int 
function set Depth (value : int)
Property Value
Type: System.Int32
Returns Int32.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.