DCOMProtocols collection
Contains a list of the protocols to be used by DCOM. It contains an object for each protocol.
This collection supports the Add and Remove methods of the COMAdminCatalogCollection object.
Members
The DCOMProtocols 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 name of the protocol. This property is returned when the Name property method is called on an object of this collection. |
Access | ReadWrite |
Type | String |
Default | "New Protocol" |
Minimum system | Windows 2000 |
Order
Entry | Value |
---|---|
Description | The order in which to try the protocol. |
Access | ReadWrite |
Type | Long (0-65000) |
Default | 0 |
Minimum system | Windows 2000 |
ProtocolCode
Entry | Value |
---|---|
Description | The code specifying the RPC protocol sequence. The supported protocol codes include the following: ncacn_ip_tcp, ncacn_http, ncacn_spx. This property is returned when the Key property method is called on an object of this collection. |
Access | WriteOnce |
Type | String |
Default | "" |
Minimum system | Windows 2000 |
See also