VCProject.SccLocalPath 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.
Microsoft Internal Use Only.
public:
property System::String ^ SccLocalPath { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ SccLocalPath { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(832)]
public string SccLocalPath { [System.Runtime.InteropServices.DispId(832)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FHidden)] get; [System.Runtime.InteropServices.DispId(832)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FHidden)] set; }
[<System.Runtime.InteropServices.DispId(832)>]
[<get: System.Runtime.InteropServices.DispId(832)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FHidden)>]
[<set: System.Runtime.InteropServices.DispId(832)>]
[<set: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FHidden)>]
member this.SccLocalPath : string with get, set
Public Property SccLocalPath As String
Property Value
A string.
- Attributes