Partilhar via


ServiceActivationElement.Service Propriedade

Definição

Obtém ou define o nome do aplicativo de serviço.

public:
 property System::String ^ Service { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("service", Options=System.Configuration.ConfigurationPropertyOptions.None)]
[System.Configuration.StringValidator(MinLength=0)]
public string Service { get; set; }
[<System.Configuration.ConfigurationProperty("service", Options=System.Configuration.ConfigurationPropertyOptions.None)>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.Service : string with get, set
Public Property Service As String

Valor da propriedade

String

O nome de um aplicativo de serviço.

Atributos

Aplica-se a