DeploymentObjectAttributeKind Enum
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.
Defines a set of flags that are used to provide information about attributes.
This enumeration supports a bitwise combination of its member values.
public enum class DeploymentObjectAttributeKind
[System.Flags]
public enum DeploymentObjectAttributeKind
type DeploymentObjectAttributeKind =
Public Enum DeploymentObjectAttributeKind
- Inheritance
-
DeploymentObjectAttributeKind
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | Indicates that no attribute flags are used. |
IgnoreOnCompare | 1 | Indicates that an attribute should be ignored when comparing against another object. |
CaseInsensitiveCompare | 2 | Indicates that the source and destination attribute values should be compared without consideration of letter casing. |
SecureAttribute | 4 | Indicates that an attribute is secure and may contain sensitive information. |
ExpandEnvironmentVariables | 8 | Indicates that the attribute should expand environment variables. |
Remarks
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.