ODataPropertySerializationInfo.PropertyKind Property
The kind of the property
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Property PropertyKind As ODataPropertyKind
Get
Set
'Usage
Dim instance As ODataPropertySerializationInfo
Dim value As ODataPropertyKind
value = instance.PropertyKind
instance.PropertyKind = value
public ODataPropertyKind PropertyKind { get; set; }
public:
property ODataPropertyKind PropertyKind {
ODataPropertyKind get ();
void set (ODataPropertyKind value);
}
member PropertyKind : ODataPropertyKind with get, set
function get PropertyKind () : ODataPropertyKind
function set PropertyKind (value : ODataPropertyKind)
Property Value
Type: Microsoft.Data.OData.ODataPropertyKind