Share via


DeploymentProviderContext.ProviderSettings Property

Definition

Gets the DeploymentProviderSettingCollection associated with the factory of the current object.

public:
 property Microsoft::Web::Deployment::DeploymentProviderSettingCollection ^ ProviderSettings { Microsoft::Web::Deployment::DeploymentProviderSettingCollection ^ get(); };
public Microsoft.Web.Deployment.DeploymentProviderSettingCollection ProviderSettings { get; }
member this.ProviderSettings : Microsoft.Web.Deployment.DeploymentProviderSettingCollection
Public ReadOnly Property ProviderSettings As DeploymentProviderSettingCollection

Property Value

The DeploymentProviderSettingCollection associated with the factory of the current object.

Applies to