| LegacyTelogisServiceSetUnitInstallType Method | 
Print this page
                        Sets the install type of the provided unit
            
 
Namespace: Telogis.API  Syntax
Syntaxpublic bool SetUnitInstallType(
	long unitId,
	string installTypeName
)
Public Function SetUnitInstallType ( 
	unitId As Long,
	installTypeName As String
) As Boolean
Parameters
- unitId
- Type: SystemInt64
 
- installTypeName
- Type: SystemString
 
Return Value
Type: 
Boolean
            true if install type was successfully set, false otherwise
            
 See Also
See Also