Container PropertiesDRA REST Extensions SDK
The Container type exposes the following members.
Properties

  NameDescription
Public propertyAdditionalAttributes
Contains values for attributes not exposed as class properties.
(Inherited from BaseObject.)
Public propertyClass
Type of item on DRA server
(Inherited from ModelObject.)
Public propertyContainer
The distinguished name path of the parent OU or container.
(Inherited from ModelObject.)
Public propertyContainerOnePointPath
The OnePoint path of the parent OU or container.
(Inherited from ModelObject.)
Public propertyDescription
The description displayed for the object. For example: Accounting server
(Inherited from ModelObject.)
Public propertyDisplayName
The display name for an object
(Inherited from ModelObject.)
Public propertyDistinguishedName
The distinguished name
(Inherited from ModelObject.)
Public propertyFriendlyName
DRA friendly name for the object
(Inherited from ModelObject.)
Public propertyFriendlyParentPath
DRA friendly path for parent (if applicable) For example: mydomain.corp/NorthAmerica/West/Accounting
(Inherited from ModelObject.)
Public propertyFriendlyPath
Full path to the object in canonical format. The path format uses forward slashes to define the container hierarchy. For example: mydomain.corp/NorthAmerica/West/Accounting/Myobject
(Inherited from ModelObject.)
Public propertyIsContainerInteresting
Flag indicating if this container is interesting to DRA
(Inherited from ContainerObject.)
Public propertyIsManaged
Indicates if the item is managed by DRA
(Inherited from ModelObject.)
Public propertyIsObjectManaged
Indicates if this object is managed by DRA
(Inherited from ModelObject.)
Public propertyName
Name for the item
(Inherited from ModelObject.)
Public propertyNameValue
DRA name
(Inherited from ModelObject.)
Public propertyObjectClass
DRA object class
(Inherited from ModelObject.)
Public propertyPath
OnePoint path of the object
(Inherited from ModelObject.)
Public propertyPowers
Optional operation powers
(Inherited from ModelObject.)
Public propertyShowInAdvancedViewOnly
This attribute specifies whether the attribute is to be visible in the Advanced mode of user interfaces.
(Inherited from ModelObject.)
Public propertyTypeDom
The domain type on the dra server
(Inherited from ModelObject.)
Public propertyVarSetFilterString
The string to use when building VarSet filters for this object
(Overrides ModelObject VarSetFilterString.)
Public propertyWhenChanged
When the object was last modified
(Inherited from ModelObject.)
Public propertyWhenCreated
When the object was created
(Inherited from ModelObject.)
Back to Top
See Also