Share via


RazorCodeGenerator.RootNamespaceName Property

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets or sets the name of the root namespace.

Namespace:  System.Web.Razor.Generator
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Public Property RootNamespaceName As String 
    Get 
    Private Set
'Usage
Dim instance As RazorCodeGenerator 
Dim value As String 

value = instance.RootNamespaceName
public string RootNamespaceName { get; private set; }
public:
property String^ RootNamespaceName {
    String^ get ();
    private: void set (String^ value);
}
member RootNamespaceName : string with get, private set
function get RootNamespaceName () : String 
private function set RootNamespaceName (value : String)

Property Value

Type: System.String
The name of the root namespace.

See Also

Reference

RazorCodeGenerator Class

System.Web.Razor.Generator Namespace