UserConfigurationNameType
extends TargetFolderIdType
in package
Represents the name of a user configuration object. The user configuration object name is the identifier for a user configuration object.
Table of Contents
Properties
- $AddressListId : AddressListIdType
- Specifies the identifier of an address list.
- $DistinguishedFolderId : DistinguishedFolderIdType
- Identifies folders that can be referenced by name.
- $FolderId : FolderIdType
- Contains the identifier and change key of the context folder.
- $Name : string
- The name of 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
$AddressListId
Specifies the identifier of an address list.
public
AddressListIdType
$AddressListId
Tags
$DistinguishedFolderId
Identifies folders that can be referenced by name.
public
DistinguishedFolderIdType
$DistinguishedFolderId
Tags
$FolderId
Contains the identifier and change key of the context folder.
public
FolderIdType
$FolderId
Tags
$Name
The name of a user configuration object.
public
string
$Name
This attribute is required.
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