DeploymentProviderOptions Class

Definition

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

public ref class DeploymentProviderOptions : System::Runtime::Serialization::ISerializable
[System.Serializable]
public class DeploymentProviderOptions : System.Runtime.Serialization.ISerializable
type DeploymentProviderOptions = class
    interface ISerializable
Public Class DeploymentProviderOptions
Implements ISerializable
Inheritance
DeploymentProviderOptions
Attributes
Implements

Remarks

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

Constructors

DeploymentProviderOptions(DeploymentWellKnownProvider)

Creates an instance of a DeploymentProviderOptions object

DeploymentProviderOptions(SerializationInfo, StreamingContext)
DeploymentProviderOptions(String)

Creates an instance of a DeploymentProviderOptions object with the specified factory name.

Properties

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.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Populates a SerializationInfo with the data needed to serialize the target object.

Applies to