ReceiveConnectorIdParameter Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the ReceiveConnectorIdParameter class.
Overload List
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(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. | |
ReceiveConnectorIdParameter(String) | Initializes a new instance of the ReceiveConnectorIdParameter class from the specified identifier. |
Top