Click or drag to resize
Service3LProTimechangePassword Method

[This is preliminary documentation and is subject to change.]

Byter lösenord för inloggad användare

Namespace: _3LProServices.TimeService
Assembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntax
public bool changePassword(
	Session session,
	string oldPassword,
	string newPassword,
	ref string errormessage
)

Parameters

session
Type: _3LProServices.TimeServiceSession

[Missing <param name="session"/> documentation for "M:_3LProServices.TimeService.Service3LProTime.changePassword(_3LProServices.TimeService.Session,System.String,System.String,System.String@)"]

oldPassword
Type: SystemString

[Missing <param name="oldPassword"/> documentation for "M:_3LProServices.TimeService.Service3LProTime.changePassword(_3LProServices.TimeService.Session,System.String,System.String,System.String@)"]

newPassword
Type: SystemString

[Missing <param name="newPassword"/> documentation for "M:_3LProServices.TimeService.Service3LProTime.changePassword(_3LProServices.TimeService.Session,System.String,System.String,System.String@)"]

errormessage
Type: SystemString

[Missing <param name="errormessage"/> documentation for "M:_3LProServices.TimeService.Service3LProTime.changePassword(_3LProServices.TimeService.Session,System.String,System.String,System.String@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:_3LProServices.TimeService.Service3LProTime.changePassword(_3LProServices.TimeService.Session,System.String,System.String,System.String@)"]

Implements

IService3LProTimechangePassword(Session, String, String, String)
See Also