[This is preliminary documentation and is subject to change.]
Sets the name of namespace that classes compiled into
Namespace: NFX.TemplatizationAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute("$namespace")]
public string Namespace { get; set; }
[ConfigAttribute("$namespace")]
public string Namespace { get; set; }
<ConfigAttribute("$namespace")>
Public Property Namespace As String
Get
Set
<ConfigAttribute("$namespace")>
Public Property Namespace As String
Get
Set
public:
[ConfigAttribute(L"$namespace")]
property String^ Namespace {
String^ get ();
void set (String^ value);
}
public:
[ConfigAttribute(L"$namespace")]
property String^ Namespace {
String^ get ();
void set (String^ value);
}
[<ConfigAttribute("$namespace")>]
member Namespace : string with get, set
[<ConfigAttribute("$namespace")>]
member Namespace : string with get, set
Property Value
Type:
String