Syntax
Public Function AccountInfoInteger(ByVal property_id As ENUM_ACCOUNT_INFO_INTEGER) As Long
Description
This function used to return the value of type Long that corresponding at account property forSelected
Parameters
Parameter | Description |
property_id | Account property that |
Return value
Returns the result as
Sample
Public Sub main() Dim property_id As Integer property_id= VTLGeneral.ENUM_ACCOUNT_INFO_INTEGER.ACCOUNT_LOGIN GUI.MsgDialog(ClientCode.AccountInfoInteger(property_id))End Sub
See Also