Mapping.Depth Property

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

See Also

Reference

Mapping Class

Microsoft.TeamFoundation.VersionControl.Server Namespace