DeploymentProviderOptions Class

IIS 7.0

Provides properties that define the options for a deployment object provider.

System..::..Object
  Microsoft.Web.Deployment..::..DeploymentProviderOptions

Namespace:  Microsoft.Web.Deployment
Assembly:  Microsoft.Web.Deployment (in Microsoft.Web.Deployment.dll)

[SerializableAttribute]
public ref class DeploymentProviderOptions : ISerializable

The DeploymentProviderOptions type exposes the following members.

  NameDescription
Public methodDeploymentProviderOptions(String)Creates an instance of a DeploymentProviderOptions object with the specified factory name.
Public methodDeploymentProviderOptions(DeploymentWellKnownProvider)Creates an instance of a DeploymentProviderOptions object
Protected methodDeploymentProviderOptions(SerializationInfo, StreamingContext)
Top

  NameDescription
Public propertyFactoryGets the DeploymentProviderFactory associated with the current object.
Public propertyPathGets the path of the current object.
Public propertyProviderSettingsGets the DeploymentProviderSettingCollection associated with the factory of the current object.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

This object implements the System.Runtime.Serialization.ISerializable interface.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: