Property Class

 

Updated: July 6, 2017

Storage container for a property. Supports deserialization from GraphSON format.

Namespace:   Microsoft.Azure.Graphs.Elements
Assembly:  Microsoft.Azure.Graphs (in Microsoft.Azure.Graphs.dll)

SystemObject
  Microsoft.Azure.Graphs.ElementsProperty

No code example is currently available or this language may not be supported.

NameDescription
System_CAPS_pubproperty

Gets or sets the key.

System_CAPS_pubproperty

Gets or sets the value.

NameDescription
System_CAPS_pubmethodEquals

(Inherited from Object.)

System_CAPS_pubmethodEquals

Indicates whether the current object is equal to another object of the same type.

System_CAPS_pubmethodGetHashCode

(Inherited from Object.)

System_CAPS_pubmethodGetType

(Inherited from Object.)

System_CAPS_pubmethodToString

(Inherited from Object.)

System_CAPS_pubmethodValidate

Validates this instance.

NameDescription
System_CAPS_pubmethodIsDefined

Determines if a certain property is defined or not. (Defined by TypeCheckFunctionsExtensions.)

System_CAPS_pubmethodIsNull

Determines if a certain property is null or not. (Defined by TypeCheckFunctionsExtensions.)

System_CAPS_pubmethodIsPrimitive

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.

Return to top
Show: