SourceControlBindings.ServerBinding Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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