EdmNavigationProperty.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 Overrides ReadOnly Property PropertyKind As EdmPropertyKind
Get
'Usage
Dim instance As EdmNavigationProperty
Dim value As EdmPropertyKind
value = instance.PropertyKind
public override EdmPropertyKind PropertyKind { get; }
public:
virtual property EdmPropertyKind PropertyKind {
EdmPropertyKind get () override;
}
abstract PropertyKind : EdmPropertyKind
override PropertyKind : EdmPropertyKind
override function get PropertyKind () : EdmPropertyKind
Property Value
Type: Microsoft.Data.Edm.EdmPropertyKind
The kind of this property.