Otter SDK Reference
Version:

GetScriptNamespace(System.Type type, bool returnNullIfPreferUnqualified) Method

Returns the namespace fo rthe 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 an unqualified namespace is preferred.

Returns

The namespace.