ReceiveConnectorIdParameter members
Identifies a Receive connector on a computer with the Hub Transport server role or the Edge Transport server role.
The ReceiveConnectorIdParameter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ReceiveConnectorIdParameter() | Initializes a new instance of the ReceiveConnectorIdParameter class. | |
ReceiveConnectorIdParameter(INamedIdentity) | Initializes a new instance of the ReceiveConnectorIdParameter class for the specified named identity. | |
ReceiveConnectorIdParameter(String) | Initializes a new instance of the ReceiveConnectorIdParameter class from the specified identifier. | |
ReceiveConnectorIdParameter(ADObjectId) | Initializes a new instance of the ReceiveConnectorIdParameter class from the specified Active Directory object identifier. | |
ReceiveConnectorIdParameter(ReceiveConnector) | Initializes a new instance of the ReceiveConnectorIdParameter class from the specified Receive connector. |
Top
Properties
Name | Description | |
---|---|---|
RoleRestriction | Gets the server role used to filter results. (Overrides ServerBasedIdParameter.RoleRestriction.) |
Top
Methods
Name | Description | |
---|---|---|
Parse | Returns a new instance of the ReceiveConnectorIdParameter class from the specified identifier. |
Top