Skip to content

Latest commit

 

History

History
70 lines (45 loc) · 3.86 KB

rolesforcomponent.md

File metadata and controls

70 lines (45 loc) · 3.86 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
Contains an object for each role assigned to the component to which the collection is related. The roles must already be assigned at the application level.
c253c72f-908e-4990-ac1a-27e32c99283c
RolesForComponent collection
reference
05/31/2018
APIRef
kbSyntax
RolesForComponent
COM

RolesForComponent collection

Contains an object for each role assigned to the component to which the collection is related. The roles must already be assigned at the application level.

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

Members

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

Related Collections

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:

Name

Entry Value
Description The role name. Must already be a role assigned to the application (appearing in the Roles collection). Extra spaces at the beginning and end of the string are stripped out. This property is returned when the Key or Name property method is called on an object of this collection.
Access WriteOnce
Type String
Default "New Role"
Minimum system Windows 2000

 

See also

COM+ Administration Collections