Click or drag to resize

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
)

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