VsaLoader.RootNamespace Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Implements

IVsaEngine.RootNamespace

See Also

Reference

VsaLoader Class

Microsoft.Vsa Namespace