DeploymentProviderOptions Class
IIS 7.0
Provides properties that define the options for a deployment object provider.
Assembly: Microsoft.Web.Deployment (in Microsoft.Web.Deployment.dll)
The DeploymentProviderOptions type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DeploymentProviderOptions(String) | Creates an instance of a DeploymentProviderOptions object with the specified factory name. |
![]() | DeploymentProviderOptions(DeploymentWellKnownProvider) | Creates an instance of a DeploymentProviderOptions object |
![]() | DeploymentProviderOptions(SerializationInfo, StreamingContext) |
| Name | Description | |
|---|---|---|
![]() | Factory | Gets the DeploymentProviderFactory associated with the current object. |
![]() | Path | Gets the path of the current object. |
![]() | ProviderSettings | Gets the DeploymentProviderSettingCollection associated with the factory of the current object. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Show:
