IServiceInfoStartName Property |
Win32_Service: Account name under which a service runs. Depending on the service type, the
account name may be in the form of "DomainName\Username" or UPN format ("Username@DomainName").
The service process is logged by using one of these two forms when it runs. If the account
belongs to the built-in domain, then ".\Username" can be specified. For kernel or
system-level drivers, StartName contains the driver object name (that is, "\FileSystem\Rdr"
or "\Driver\Xns") which the I/O system uses to load the device driver. Additionally, if NULL
is specified, the driver runs with a default object name created by the I/O system based on
the service name.
Namespace:
Xcalibur.Models.Services
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax string StartName { get; set; }
Property StartName As String
Get
Set
property String^ StartName {
String^ get ();
void set (String^ value);
}
abstract StartName : string with get, set
Property Value
Type:
String
The start name.
See Also