VsaEngine.RootNamespace Property

Namespace:  Microsoft.VisualBasic.Vsa
Assembly:  Microsoft.VisualBasic.Vsa (in Microsoft.VisualBasic.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

.NET Framework Security

See Also

Reference

VsaEngine Class

Microsoft.VisualBasic.Vsa Namespace