Gets or sets a value indicating if type will be prefixed with its namespaces.
Namespace: NReflect.NRCodeAssembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
public static bool UseNamespaces { get; set; }
public static bool UseNamespaces { get; set; }
Public Shared Property UseNamespaces As Boolean
Get
Set
Public Shared Property UseNamespaces As Boolean
Get
Set
public:
static property bool UseNamespaces {
bool get ();
void set (bool value);
}
public:
static property bool UseNamespaces {
bool get ();
void set (bool value);
}