ResourcePropertyKind Enumeration
.NET Framework (current version)
Enumeration for the kinds of properties that a resource can have.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System.Data.Services (in System.Data.Services.dll)
| Member name | Description | |
|---|---|---|
| ComplexType | Complex or compound property. | |
| ETag | An ETag property. | |
| Key | A property that is part of the key. | |
| Primitive | A primitive type property. | |
| ResourceReference | A reference to another resource. | |
| ResourceSetReference | A reference to a resource set. |
.NET Framework
Available since 3.5
Available since 3.5
Show: