 | MessageIdValue Property |
[This is preliminary documentation and is subject to change.]
The underlying value of the Id.
Namespace:
JsonRpc.Messages
Assembly:
JsonRpc.Commons (in JsonRpc.Commons.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntaxpublic Object Value { get; }
Public ReadOnly Property Value As Object
Get
Dim instance As MessageId
Dim value As Object
value = instance.Value
public:
property Object^ Value {
Object^ get ();
}
member Value : Object with get
Property Value
Type:
Objectnull, string, int, or long value.
See Also