InstanceSettings.RootDirectory Property

Definition

Gets or sets the root directory associated with the instance.

public:
 virtual property System::String ^ RootDirectory { System::String ^ get(); void set(System::String ^ value); };
public virtual string RootDirectory { get; set; }
member this.RootDirectory : string with get, set
Public Overridable Property RootDirectory As String

Property Value

String

The root directory associated with the instance.

Applies to