OrganizationIdParameter Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the OrganizationIdParameter class.

Overload List

  Name Description
Public method OrganizationIdParameter() Initializes a new instance of the OrganizationIdParameter class.
Public method OrganizationIdParameter(INamedIdentity) Initializes a new instance of the OrganizationIdParameter class for the specified named identity.
Public method OrganizationIdParameter(ADObjectId) Initializes a new instance of the OrganizationIdParameter class for the specified Active Directory object identifier.
Public method OrganizationIdParameter(TenantOrganizationPresentationObject) Initializes a new instance of the OrganizationIdParameter class for the specified tenant organization.
Public method OrganizationIdParameter(String) Initializes a new instance of the OrganizationIdParameter class for the organization with the specified identity string.

Top