UniValue CollectionItems Property Nemiro.OAuth
Gets a collection of string keys and UniValue values of the current UniValue.

Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax

public UniValueCollection CollectionItems { get; }

Property Value

Type: UniValueCollection
Remarks

Has a null value, if the IsCollection property is false.

See Also