ResourcePropertyKind 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.
Enumeration for the kinds of properties that a resource can have.
This enumeration supports a bitwise combination of its member values.
public enum class ResourcePropertyKind
[System.Flags]
public enum ResourcePropertyKind
[<System.Flags>]
type ResourcePropertyKind =
Public Enum ResourcePropertyKind
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
Primitive | 1 | A primitive type property. |
Key | 2 | A property that is part of the key. |
ComplexType | 4 | Complex or compound property. |
ResourceReference | 8 | A reference to another resource. |
ResourceSetReference | 16 | A reference to a resource set. |
ETag | 32 | An |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.