DeploymentProviderContext.ProviderSettings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.