DeploymentRule Class

IIS 7.0

Provides properties that describe a deployment rule.

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

public ref class DeploymentRule : IDeploymentNameDescription

The DeploymentRule type exposes the following members.

  NameDescription
Public methodDeploymentRuleInitializes a new instance of a deployment rule with the specified name and rule handler.
Top

  NameDescription
Public propertyDescriptionThe description of the current deployment rule.
Public propertyExampleOrDetail
Public propertyFriendlyNameGets the friendly name of the current deployment rule.
Public propertyNameGets the name of the current deployment rule.
Public propertyRuleHandlerGets the DeploymentRuleHandler for the current deployment rule.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

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: