Partitions collection

Specifies the applications contained within each partition.

This collection supports the Add and Remove methods of the COMAdminCatalogCollection object.

Members

The Partitions collection inherits from the IUnknown interface but does not have additional members.

You can navigate from this collection to any of the following collections:

You can navigate to this collection from the following collections:

Properties

The following properties are supported by the COMAdminCatalogObject object within the collection:

Changeable

Entry Value
Description Determines whether this partition is changeable.
Access ReadWrite
Type Bool
Default True
Minimum system Windows Server 2003

 

Deleteable

Entry Value
Description Determines whether this partition can be deleted.
Access ReadWrite
Type Bool
Default True
Minimum system Windows Server 2003

 

Description

Entry Value
Description This property represents the description identifying the partition.
Access ReadWrite
Type String
Default ""
Minimum system Windows Server 2003

 

ID

Entry Value
Description A GUID representing the partition. This property is returned when the Key property method is called on an object of this collection.
Access WriteOnce
Type String
Default <Generated>
Minimum system Windows Server 2003

 

Name

Entry Value
Description Represents the partition name. Extra spaces at the beginning and end of the string are stripped out. This property is returned when the Name property method is called on an object of this collection.
Access ReadWrite
Type String
Default "New Partition"
Minimum system Windows Server 2003

 

See also

COM+ Administration Collections