Represents a property in DSE Graph.
Namespace:
Dse.Graph
Assembly:
Dse (in Dse.dll) Version: 2.9.0
Syntax public interface IProperty : IEquatable<IProperty>
The IProperty type exposes the following members.
Properties
| Name | Description |
---|
| Name |
Gets the property name.
|
| Value |
Gets the property value.
|
TopSee Also