IMobileDeviceManagerItem Property
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IDeviceBundle this[
string name
] { get; }
ReadOnly Property Item (
name As String
) As IDeviceBundle
Get
property IDeviceBundle^ Item[String^ name] {
IDeviceBundle^ get (String^ name);
}
abstract Item : IDeviceBundle with get
Parameters
- name
- Type: SystemString
Name of the device to retrieve
Return Value
Type:
IDeviceBundleDevice bundle with matching name. Returns null if name doesn't exist.
See Also