IWorkspaceSettings.ScopePath 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.
Get the absolute path for the property scope where definition originate.
public:
property System::String ^ ScopePath { System::String ^ get(); };
public:
property Platform::String ^ ScopePath { Platform::String ^ get(); };
public string ScopePath { get; }
public string? ScopePath { get; }
member this.ScopePath : string
Public ReadOnly Property ScopePath As String