BuildMaster SDK Reference
Version:
GetScriptNamespace(System.Type type, bool returnNullIfPreferUnqualified) Method
Returns the script namespace for the specified type.
Syntax
public
static
string GetScriptNamespace(System.Type type, bool returnNullIfPreferUnqualified)
Parameters
- type
- Type: System.Type
The type.
- returnNullIfPreferUnqualified
- Type: bool
Value indicating whether to return null (Nothing in Visual Basic) if PreferUnqualified is true.
Returns
Name of the namespace.