ServiceActivationElement.Service Eigenschap

Definitie

Hiermee haalt u de naam van de servicetoepassing op of stelt u deze in.

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

Waarde van eigenschap

De naam van een servicetoepassing.

Kenmerken

Van toepassing op