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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.