SetLong
SetLong(string, long)
public bool SetLong(string name, long value) ;
Description
It wants to set the value of the Long type.
Parameters
| Parameter Name | Description | 
|---|---|
| name | Name. | 
| value | Value. | 
Returns
The true when there parameters of the specified name.
SetLong(int, long)
public bool SetLong(int id, long value) ;
Description
It wants to set the value of the Long type.
Parameters
| Parameter Name | Description | 
|---|---|
| id | ID. | 
| value | Value. | 
Returns
The true when there parameters of the specified name.