User Constructor (String, Int32, Int32, String) | |
Create a new data item set field Description. Sets user data
Namespace:
SOWIData.Management
Assembly:
SOWIData.Management (in SOWIData.Management.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public User(
string pName,
int pClientID,
int pAddressID,
string pPassword
)
Public Sub New (
pName As String,
pClientID As Integer,
pAddressID As Integer,
pPassword As String
)
Parameters
- pName
- Type: SystemString
user name - pClientID
- Type: SystemInt32
Client ID - pAddressID
- Type: SystemInt32
relation to Address ID - pPassword
- Type: SystemString
encrypted password
See Also