VsaLoader.RootNamespace Property
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.Vsa
Assembly: Microsoft.Vsa (in Microsoft.Vsa.dll)
Syntax
'Declaration
Public Property RootNamespace As String
public string RootNamespace { get; set; }
public:
virtual property String^ RootNamespace {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract RootNamespace : string with get, set
override RootNamespace : string with get, set
final function get RootNamespace () : String
final function set RootNamespace (value : String)
Property Value
Type: System.String