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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.