EdmProperty.PropertyKind Property
Gets the kind of this property.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property PropertyKind As EdmPropertyKind
Get
'Usage
Dim instance As EdmProperty
Dim value As EdmPropertyKind
value = instance.PropertyKind
public abstract EdmPropertyKind PropertyKind { get; }
public:
virtual property EdmPropertyKind PropertyKind {
EdmPropertyKind get () abstract;
}
abstract PropertyKind : EdmPropertyKind
abstract function get PropertyKind () : EdmPropertyKind
Property Value
Type: Microsoft.Data.Edm.EdmPropertyKind
The kind of this property.