Vertex Class
Updated: July 6, 2017
Storage container for vertex data. Supports deserialization from GraphSON format.
Assembly: Microsoft.Azure.Graphs (in Microsoft.Azure.Graphs.dll)
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | GetVertexProperties | Gets all the vertex properties on the vertex. |
![]() | GetVertexProperties | Gets the vertex properties that correspond to a given property key. |
![]() | ToString | (Inherited from Object.) |
![]() | Validate | Validates this instance. |
| Name | Description | |
|---|---|---|
![]() | IsDefined | Determines if a certain property is defined or not. (Defined by TypeCheckFunctionsExtensions.) |
![]() | IsNull | Determines if a certain property is null or not. (Defined by TypeCheckFunctionsExtensions.) |
![]() | IsPrimitive | Determines if a certain property is of premitive JSON type. (Defined by TypeCheckFunctionsExtensions.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

