Syntax
Public Function AccountInfoString(propertyID As ENUM_ACCOUNT_INFO_STRING) As String
Description
This function is used to return account name information for a selected account according to a given property Id.
Parameters
Key | Description |
propertyID | The account name information to get it value, A value of typeENUM_ACCOUNT_INFO_STRING. |
Return value
Returns a string value of the corresponding account property.
Example
Public Sub main() AlertMessage AccountInfoString(ACCOUNT_NAME) End Sub
See Also