Vcl.SvcMgr.TService.Password

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Password: String read FPassword write SetPassword;

C++

__property System::UnicodeString Password = {read=FPassword, write=SetPassword};

Properties

Type Visibility Source Unit Parent
property published
Vcl.SvcMgr.pas
Vcl.SvcMgr.hpp
Vcl.SvcMgr TService

Description

Specifies the password, optionally used depending upon the ServiceStartName, for accessing the service.

Password is the password for the account name specified by the ServiceStartName property if the ServiceType is stWin32.

If Password is nil (Delphi) or NULL (C++), or if it points to an empty string, the service has no password. If ServiceType is stDevice or stFileSystem, this parameter is ignored.

See Also