DistributionGroupIdParameter Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the DistributionGroupIdParameter class.
Overload List
Name | Description | |
---|---|---|
DistributionGroupIdParameter() | Initializes a new instance of the DistributionGroupIdParameter class. | |
DistributionGroupIdParameter(INamedIdentity) | Initializes a new instance of the DistributionGroupIdParameter class from the specified named identity. | |
DistributionGroupIdParameter(ADObjectId) | Initializes a new instance of the DistributionGroupIdParameter class from the specified Active Directory object identifier. | |
DistributionGroupIdParameter(DistributionGroup) | Initializes a new instance of the DistributionGroupIdParameter class from the specified distribution group. | |
DistributionGroupIdParameter(String) | Initializes a new instance of the DistributionGroupIdParameter class from the specified distribution group identifier. |
Top