VertexProperty Class

Definition

Storage container for vertex property data. Supports deserialization from GraphSON format.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Graphs.Elements.VertexPropertyConverter))]
public sealed class VertexProperty
Inheritance
VertexProperty
Attributes
Newtonsoft.Json.JsonConverterAttribute

Properties

Id

Gets or sets the identifier.

Key

Gets or sets the key.

Value

Gets or sets the value.

Methods

GetProperties()
GetProperty(String)
Validate()

Validates this instance.

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)