SetType
TheSetTypemethod sets the type of this name space.
void SetType (in ODNSTypeSpec type);
type- The type of this name space. The type must be either object name space (
kODNSDataTypeODObject) or value name space (kODNSDataTypeODValue).DISCUSSION
This method is called by subclasses of theODNameSpaceclass to set the type of this name space. Your part should not call this method directly.SEE ALSO
TheODNameSpace::GetTypemethod (page 431).