ServiceControllerPermissionAttribute.ServiceName Свойство
Определение
Получает или задает короткое имя, определяющее службу для системы.Gets or sets the short name that identifies the service to the system.
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
Значение свойства
Имя службы.The name of the service.
Исключения
Значение параметра ServiceName — null
.The ServiceName is null
.
Неправильный синтаксис свойства ServiceName.The syntax of the ServiceName property is invalid.