Property Class
Definition
Storage container for a property. Supports deserialization from GraphSON format.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Graphs.Elements.PropertyConverter))]
public sealed class Property : IEquatable<Microsoft.Azure.Graphs.Elements.Property>
- Inheritance
-
Property
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
- Implements
Properties
| Key |
Gets or sets the key. |
| Value |
Gets or sets the value. |
Methods
| Equals(Property) |
Indicates whether the current object is equal to another object of the same type. |
| Validate() |
Validates this instance. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |