ServiceControllerPermissionEntry.ServiceName 属性

定义

获取向系统标识该服务的简称。Gets the short name that identifies the service to the system.

public:
 property System::String ^ ServiceName { System::String ^ get(); };
public string ServiceName { get; }
member this.ServiceName : string
Public ReadOnly Property ServiceName As String

属性值

String

服务的名称。The name of the service.

适用于