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

プロパティ値

サービスの名前。

例外

ServiceNamenull です。

ServiceName プロパティの構文が無効です。

適用対象