The key value of the data item being referenced, like the Guid for a page id.
Namespace: Composite.DataAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public Object KeyValue { get; } |
Visual Basic |
---|
Public ReadOnly Property KeyValue As Object Get |
Visual C++ |
---|
public: virtual property Object^ KeyValue { Object^ get () sealed; } |