StdFunctions..::..SetProfileKey Method

Namespace:  JiwaFinancials.Jiwa.JiwaLib
Assembly:  JiwaLib (in JiwaLib.dll)

Syntax


public void SetProfileKey(
	string UserID,
	string Section,
	string IDKey,
	string Contents,
	int WriteHandle
)
Public Sub SetProfileKey ( _
	UserID As String, _
	Section As String, _
	IDKey As String, _
	Contents As String, _
	WriteHandle As Integer _
)
public:
void SetProfileKey(
	String^ UserID, 
	String^ Section, 
	String^ IDKey, 
	String^ Contents, 
	int^ WriteHandle
)

Parameters

UserID
Type: String
Section
Type: String
IDKey
Type: String
Contents
Type: String
WriteHandle
Type: Int32