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