VirtualDirectoryIdParameter Members

Include Protected Members
Include Inherited Members

Identifies an Exchange Virtual Directory.

The VirtualDirectoryIdParameter type exposes the following members.

Constructors

  Name Description
Public method VirtualDirectoryIdParameter() Initializes a new instance of the VirtualDirectoryIdParameter class.
Public method VirtualDirectoryIdParameter(INamedIdentity) Initializes a new instance of the VirtualDirectoryIdParameter class for the specified virtual directory.
Public method VirtualDirectoryIdParameter(ADObjectId) Initializes a new instance of the VirtualDirectoryIdParameter class with the specified Active Directory object identifier.
Public method VirtualDirectoryIdParameter(ADVirtualDirectory) Initializes a new instance of the VirtualDirectoryIdParameter class for the specified virtual directory.
Protected method VirtualDirectoryIdParameter(String) Initializes a new instance of the VirtualDirectoryIdParameter class for the virtual directory with the specified identity string.

Top

Properties

  Name Description
Protected property AdditionalQueryFilter (Inherited from ADIdParameter.)
Protected property CommonName (Inherited from ServerBasedIdParameter.)
Protected property IsSharedTenantConfigurationEnabled (Inherited from ADIdParameter.)
Protected property RoleRestriction Gets the server roles used to filter the results of a request for a virtual directory. (Overrides ServerBasedIdParameter.RoleRestriction.)
Protected property ServerId (Inherited from ServerBasedIdParameter.)
Protected property ServerName (Inherited from ServerBasedIdParameter.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjects<T>(ObjectId, IConfigDataProvider) (Inherited from ADIdParameter.)
Public method GetObjects<T>(ObjectId, IConfigDataProvider, OptionalIdentityData, Nullable<LocalizedString>) (Inherited from ADIdParameter.)
Public method GetType (Inherited from Object.)
Protected method Initialize (Inherited from ServerBasedIdParameter.)
Protected method IsMultitenancyEnabled (Inherited from ADIdParameter.)
Protected method IsSharedConfigurationEnabled (Inherited from ADIdParameter.)
Protected method IsWildcardDefined (Inherited from ADIdParameter.)
Protected method MemberwiseClone (Inherited from Object.)
Public methodStatic member Parse Returns a new instance of the VirtualDirectoryIdParameter class for the virtual directory with the specified identity string.
Public method ToString (Inherited from ServerBasedIdParameter.)
Protected method UpdateInternalADObjectId (Inherited from ADIdParameter.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IIdentityParameter.Initialize (Inherited from ADIdParameter.)
Explicit interface implemetationPrivate property IIdentityParameter.RawIdentity (Inherited from ADIdParameter.)

Top