SourceControlBindings.LocalBinding 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 local path to the project or solution's connection root.
public:
property System::String ^ LocalBinding { System::String ^ get(); };
public:
property Platform::String ^ LocalBinding { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(4)]
public string LocalBinding { [System.Runtime.InteropServices.DispId(4)] get; }
[<System.Runtime.InteropServices.DispId(4)>]
[<get: System.Runtime.InteropServices.DispId(4)>]
member this.LocalBinding : string
Public ReadOnly Property LocalBinding As String
Property Value
A path.
- Attributes