DeploymentSkipDirectiveEntry Class

IIS 7.0

Defines a skip directive entry as name and value pair.

System..::..Object
  Microsoft.Web.Deployment..::..DeploymentSkipDirectiveEntry

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

public ref class DeploymentSkipDirectiveEntry

The DeploymentSkipDirectiveEntry type exposes the following members.

  NameDescription
Public methodDeploymentSkipDirectiveEntryCreates in instance of a DeploymentSkipDirectiveEntry object.
Top

  NameDescription
Public propertyNameGets the name of the skip directive entry.
Public propertyValueGets the value of the skip directive entry.
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: