Share via


TfvcBranchMapping.Depth Property

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
Public Property Depth As String
public string Depth { get; set; }
public:
property String^ Depth {
    String^ get ();
    void set (String^ value);
}
member Depth : string with get, set
function get Depth () : String 
function set Depth (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

TfvcBranchMapping Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace