OrganizationIdParameter Members
Include Protected Members
Include Inherited Members
Identifies an organization within an Exchange server installation.
The OrganizationIdParameter type exposes the following members.
Constructors
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(ADObjectId) | Initializes a new instance of the OrganizationIdParameter class for the specified Active Directory object identifier. | |
OrganizationIdParameter(TenantOrganizationPresentationObject) | Initializes a new instance of the OrganizationIdParameter class for the specified tenant organization. | |
OrganizationIdParameter(String) | Initializes a new instance of the OrganizationIdParameter class for the organization with the specified identity string. |
Top
Properties
Name | Description | |
---|---|---|
AdditionalQueryFilter | (Inherited from ADIdParameter.) | |
IsSharedTenantConfigurationEnabled | (Inherited from ADIdParameter.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetObjects<T>(ObjectId, IConfigDataProvider) | (Inherited from ADIdParameter.) | |
GetObjects<T>(ObjectId, IConfigDataProvider, OptionalIdentityData, Nullable<LocalizedString>) | (Inherited from ADIdParameter.) | |
GetType | (Inherited from Object.) | |
IsMultitenancyEnabled | (Inherited from ADIdParameter.) | |
IsSharedConfigurationEnabled | (Inherited from ADIdParameter.) | |
IsWildcardDefined | (Inherited from ADIdParameter.) | |
MemberwiseClone | (Inherited from Object.) | |
Parse | Returns a new instance of the OrganizationIdParameter class for the specified organization identity string. | |
ToString | (Inherited from ADIdParameter.) | |
UpdateInternalADObjectId | (Inherited from ADIdParameter.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IIdentityParameter.Initialize | (Inherited from ADIdParameter.) | |
IIdentityParameter.RawIdentity | (Inherited from ADIdParameter.) |
Top