DeploymentProviderSettingInfo Class

Definition

Provides properties and validation for a DeploymentProviderSettingInfo class.

public ref class DeploymentProviderSettingInfo abstract : Microsoft::Web::Deployment::IDeploymentNameDescription
public abstract class DeploymentProviderSettingInfo : Microsoft.Web.Deployment.IDeploymentNameDescription
type DeploymentProviderSettingInfo = class
    interface IDeploymentNameDescription
Public MustInherit Class DeploymentProviderSettingInfo
Implements IDeploymentNameDescription
Inheritance
DeploymentProviderSettingInfo
Implements

Constructors

DeploymentProviderSettingInfo()

Creates an instance of the DeploymentProviderSettingInfo object.

Properties

Description

Gets the description of the DeploymentProviderSettingInfo object.

ExampleOrDetail
FriendlyName

Gets the friendly name of the DeploymentProviderSettingInfo object.

Name

Gets the name of the DeploymentProviderSettingInfo object.

Type

Gets the type of the DeploymentProviderSettingInfo object.

Methods

Validate(Object)

Validates the data represented by the supplied value parameter.

Applies to