ServiceControllerPermissionAttribute.ServiceName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定用來識別系統服務的簡短名稱。
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 為 null
。
ServiceName 屬性的語法無效。