Click or drag to resize

IProperty Interface

Represents a property in DSE Graph.

Namespace:  Dse.Graph
Assembly:  Dse (in Dse.dll) Version: 2.6.0
Syntax
C#
public interface IProperty : IEquatable<IProperty>

The IProperty type exposes the following members.

Properties
  NameDescription
Public propertyName
Gets the property name.
Public propertyValue
Gets the property value.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether the current object is equal to another object of the same type.
(Inherited from IEquatableIProperty.)
Top
See Also