OrganizationIdParameter constructor
Initializes a new instance of the OrganizationIdParameter class.
Overload list
Name | Description | |
---|---|---|
OrganizationIdParameter() | Initializes a new instance of the OrganizationIdParameter class. | |
OrganizationIdParameter(INamedIdentity) | Initializes a new instance of the OrganizationIdParameter class for the specified named identity. | |
OrganizationIdParameter(TenantOrganizationPresentationObject) | Initializes a new instance of the OrganizationIdParameter class for the specified tenant organization. | |
OrganizationIdParameter(OrganizationId) | Initializes a new instance of the OrganizationIdParameter class for the specified organization. | |
OrganizationIdParameter(String) | Initializes a new instance of the OrganizationIdParameter class for the organization with the specified identity string. | |
OrganizationIdParameter(ADObjectId) | Initializes a new instance of the OrganizationIdParameter class for the specified Active Directory object identifier. |
Top