Click or drag to resize

IObjType Properties

The IObjType type exposes the following members.

Properties
  NameDescription
Public propertyDescription
The object type description. The description can be empty.
Public propertyDisplayName
The display name.
Public propertyId
The object type ID. The ID is generated by the platform and cannot be modified.
Public propertyIsAbstract
Indicates if the object type is abstract and therefore cannot be instantiated.
Public propertyIsBulk
Indicates if the attributes associated with this object type are to be treated as bulk. It is recommended that object types are declared bulk if they contain either many or large attributes.
Public propertyIsValid
Indicates if the object type instance is valid. The object type becomes invalid if the Destroy method has been called or the package has been deleted.
Public propertyName
The object type name. The name must be unique within the system context and must follow the QName convention. It is recommended that the object type name contains the package name prefix.
Public propertyPackage
Gets the containing package.
Top
See Also