SourceControlBindings.ServerBinding Property

Definition

Gets the location inside the source control store where the project or solution's connection root is bound.

public:
 property System::String ^ ServerBinding { System::String ^ get(); };
public:
 property Platform::String ^ ServerBinding { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(5)]
public string ServerBinding { [System.Runtime.InteropServices.DispId(5)] get; }
[<System.Runtime.InteropServices.DispId(5)>]
[<get: System.Runtime.InteropServices.DispId(5)>]
member this.ServerBinding : string
Public ReadOnly Property ServerBinding As String

Property Value

The location inside the source control store where the project or solution's connection root is bound.

Attributes

Applies to