UserConfigurationType
extends Type
in package
Defines a single user configuration object.
Table of Contents
Properties
- $BinaryData : string
- Contains binary data property content for a user configuration object.
- $Dictionary : UserConfigurationDictionaryType
- Defines a set of dictionary property entries for a user configuration object.
- $ItemId : ItemIdType
- Defines the user configuration object item identifier.
- $UserConfigurationName : UserConfigurationNameType
- Represents the name of a user configuration object.
- $XmlData : string
- Contains XML data property content for a user configuration object.
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
$BinaryData
Contains binary data property content for a user configuration object.
public
string
$BinaryData
Tags
$Dictionary
Defines a set of dictionary property entries for a user configuration object.
public
UserConfigurationDictionaryType
$Dictionary
Tags
$ItemId
Defines the user configuration object item identifier.
public
ItemIdType
$ItemId
Tags
$UserConfigurationName
Represents the name of a user configuration object.
public
UserConfigurationNameType
$UserConfigurationName
This element must be used when you create a user configuration object.
Tags
$XmlData
Contains XML data property content for a user configuration object.
public
string
$XmlData
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