ServiceControllerPermissionAttribute.ServiceName 属性

定义

获取或设置向系统标识该服务的简称。

public:
 property System::String ^ ServiceName { System::String ^ get(); void set(System::String ^ value); };
public string ServiceName { get; set; }
member this.ServiceName : string with get, set
Public Property ServiceName As String

属性值

服务的名称。

例外

ServiceName 属性的语法无效。

适用于