The UniValue type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Attributes |
Gets or sets an attributes of the XML item (only for XML).
|
![]() | CollectionItems | |
![]() | ContainsListCollection |
Gets a value indicating whether the collection is a collection of IList objects.
|
![]() | Count |
Gets the number of elements actually contained in the CollectionItems.
|
![]() ![]() | Empty |
Represents the empty UniValue.
|
![]() | HasAttributes |
Gets a value indicating whether the current UniValue object has an attributes (only for xml data type).
|
![]() | HasValue |
Gets a value indicating whether the current UniValue object has a value.
|
![]() | IsBinary | |
![]() | IsBoolean | |
![]() | IsCollection |
Gets a value that indicates whether the data type of the UniValue is equal to UniValueCollection.
|
![]() | IsDateTime | |
![]() | IsNumeric |
Gets a value that indicates whether the data type of the UniValue is equal to numeric type.
|
![]() | IsString | |
![]() | IsValue | |
![]() | Item Int32 |
Gets the value associated with the specified index of the CollectionItems.
|
![]() | Item String |
Gets the value associated with the specified key of the CollectionItems.
|
![]() | Key |
Gets or sets the key for the current item, if the current item included into the collection.
|
![]() | Parent |
The parent of the current item, if the current item included into the collection.
|
See Also