[This is preliminary documentation and is subject to change.]
Namespace prefix used for type lookups. The prefix uses '/' or '\' path separation char not '.'
Namespace: NFX.WaveAssembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute]
public string TypeNsPrefix { get; set; }
[ConfigAttribute]
public string TypeNsPrefix { get; set; }
<ConfigAttribute>
Public Property TypeNsPrefix As String
Get
Set
<ConfigAttribute>
Public Property TypeNsPrefix As String
Get
Set
public:
[ConfigAttribute]
property String^ TypeNsPrefix {
String^ get ();
void set (String^ value);
}
public:
[ConfigAttribute]
property String^ TypeNsPrefix {
String^ get ();
void set (String^ value);
}
[<ConfigAttribute>]
member TypeNsPrefix : string with get, set
[<ConfigAttribute>]
member TypeNsPrefix : string with get, set
Property Value
Type:
String