database..::..ReadUserSetting Method

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

Syntax


public bool ReadUserSetting(
	string UserID,
	string Section,
	string IDKey,
	ref Object Contents
)
Public Function ReadUserSetting ( _
	UserID As String, _
	Section As String, _
	IDKey As String, _
	ByRef Contents As Object _
) As Boolean
public:
bool^ ReadUserSetting(
	String^ UserID, 
	String^ Section, 
	String^ IDKey, 
	Object^% Contents
)

Parameters

UserID
Type: String
Section
Type: String
IDKey
Type: String
Contents
Type: Object%