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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.