UniValue PropertiesNemiro.OAuth

The UniValue type exposes the following members.

Properties

  NameDescription
Public propertyAttributes
Gets or sets an attributes of the XML item (only for XML).
Public propertyCollectionItems
Gets a collection of string keys and UniValue values of the current UniValue.
Public propertyContainsListCollection
Gets a value indicating whether the collection is a collection of IList objects.
Public propertyCount
Gets the number of elements actually contained in the CollectionItems.
Public propertyStatic memberEmpty
Represents the empty UniValue.
Public propertyHasAttributes
Gets a value indicating whether the current UniValue object has an attributes (only for xml data type).
Public propertyHasValue
Gets a value indicating whether the current UniValue object has a value.
Public propertyIsBinary
Gets a value that indicates whether the data type of the UniValue is equal to Byte array.
Public propertyIsBoolean
Gets a value that indicates whether the data type of the UniValue is equal to Boolean.
Public propertyIsCollection
Gets a value that indicates whether the data type of the UniValue is equal to UniValueCollection.
Public propertyIsDateTime
Gets a value that indicates whether the data type of the UniValue is equal to DateTime.
Public propertyIsNumeric
Gets a value that indicates whether the data type of the UniValue is equal to numeric type.
Public propertyIsString
Gets a value that indicates whether the data type of the UniValue is equal to String.
Public propertyIsValue
Gets a value that indicates whether the data type of the UniValue is equal to UniValue.
Public propertyItem Int32 
Gets the value associated with the specified index of the CollectionItems.
Public propertyItem String 
Gets the value associated with the specified key of the CollectionItems.
Public propertyKey
Gets or sets the key for the current item, if the current item included into the collection.
Public propertyParent
The parent of the current item, if the current item included into the collection.
Top
See Also