Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
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.
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration ResourcePropertyKind
'Usage
Dim instance As ResourcePropertyKind
[FlagsAttribute]
public enum ResourcePropertyKind
[FlagsAttribute]
public enum class ResourcePropertyKind
[<FlagsAttribute>]
type ResourcePropertyKind
public enum ResourcePropertyKind
Members
| Member name | Description | |
|---|---|---|
| Collection | A property that returns a collection. | |
| ComplexType | A property that returns a complex type. | |
| ETag | An ETag property. | |
| Key | A property that is part of the key. | |
| Primitive | A property that returns a primitive type. | |
| ResourceReference | A property that returns a reference to another resource. | |
| ResourceSetReference | A property that returns a reference to a resource set. | |
| Stream | A property that returns a stream. |