CodeContainerSourceControlProperties.RepositoryRootFullPath 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.
The Full path of the root directory of this CodeContainer.
public:
property System::String ^ RepositoryRootFullPath { System::String ^ get(); };
public:
property Platform::String ^ RepositoryRootFullPath { Platform::String ^ get(); };
public string RepositoryRootFullPath { get; }
member this.RepositoryRootFullPath : string
Public ReadOnly Property RepositoryRootFullPath As String