| IMobileDeviceManagerItem Property  | 
        
        
          
          
    Namespace: 
   Ingeniux.CMS
    Assembly:
   Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
 Syntax
SyntaxIDeviceBundle 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
See Also