VirtualDirectoryIdParameter members
Identifies an Exchange virtual directory.
The VirtualDirectoryIdParameter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
VirtualDirectoryIdParameter() | Initializes a new instance of the VirtualDirectoryIdParameter class. | |
VirtualDirectoryIdParameter(INamedIdentity) | Initializes a new instance of the VirtualDirectoryIdParameter class for the specified virtual directory. | |
VirtualDirectoryIdParameter(ADVirtualDirectory) | Initializes a new instance of the VirtualDirectoryIdParameter class for the specified virtual directory. | |
VirtualDirectoryIdParameter(String) | Initializes a new instance of the VirtualDirectoryIdParameter class for the virtual directory with the specified identity string. | |
VirtualDirectoryIdParameter(ADObjectId) | Initializes a new instance of the VirtualDirectoryIdParameter class with the specified Active Directory object identifier. |
Top
Properties
Name | Description | |
---|---|---|
RoleRestriction | Gets the server roles used to filter the results of a request for a virtual directory. (Overrides ServerBasedIdParameter.RoleRestriction.) |
Top
Methods
Name | Description | |
---|---|---|
Parse | Returns a new instance of the VirtualDirectoryIdParameter class for the virtual directory with the specified identity string. |
Top