Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the depth for which the mapping is effective.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.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.