Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a value that indicates whether the specified object is a namespace. This is a static member that is invoked directly without creating an instance of the class.
Type.isNamespace(object);
Parameters
| Parameter | Description | 
|---|---|
| object | The object to test. | 
Return Value
true if the specified object is a namespace; otherwise, false.