ResourcePropertyKind Enum

Definition

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
ResourcePropertyKind
Attributes

Fields

ComplexType 4

Complex or compound property.

ETag 32

An ETag property.

Key 2

A property that is part of the key.

Primitive 1

A primitive type property.

ResourceReference 8

A reference to another resource.

ResourceSetReference 16

A reference to a resource set.

Applies to