| IMobileDeviceManagerDeviceBundle Method  | 
        
        
          
          
    Namespace: 
   Ingeniux.CMS
    Assembly:
   Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
 Syntax
SyntaxIDeviceBundle DeviceBundle(
	string name
)
Function DeviceBundle ( 
	name As String
) As IDeviceBundle
IDeviceBundle^ DeviceBundle(
	String^ name
)
abstract DeviceBundle : 
        name : string -> IDeviceBundle 
Parameters
- name
- Type: SystemString
 Name of the DeviceBundle to retrieve
Return Value
Type: 
IDeviceBundleDevice bundle with matching name. Returns null if name doesn't exist.
 See Also
See Also