UserConfigurationDictionaryObjectType
extends Type
in package
Represents the value of a dictionary property.
Table of Contents
Properties
- $Type : string
- Specifies the dictionary object type.
- $Value : array<string|int, string>
- Specifies the dictionary object value as a string.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
Properties
$Type
Specifies the dictionary object type.
public
string
$Type
Tags
$Value
Specifies the dictionary object value as a string.
public
array<string|int, string>
$Value
= array()
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed