DeploymentObjectAttributeKind Enumeration

IIS 7.0

Defines a set of flags that are used to provide information about attributes.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

[FlagsAttribute]
public enum class DeploymentObjectAttributeKind

The DeploymentObjectAttributeKind enumeration is used when comparing source and destination deployment objects. These flags provide additional information about the attribute to provide direction in the comparison operation.

Show: