PropertyAlias.AliasKind 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.
describes the alias method
public enum PropertyAlias.AliasKind
type PropertyAlias.AliasKind =
Public Enum PropertyAlias.AliasKind
- Inheritance
-
PropertyAlias.AliasKind
Fields
Name | Value | Description |
---|---|---|
Each | 0 | an alias will be specified for each property |
Prefix | 1 | the specified prefix will be added in front of the property names |
NodeName | 2 | the level name will be added in front of the property name |