ServiceActivationElement.Service Property

Definition

Gets or sets the name of the service application.

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

Property Value

The name of a service application.

Attributes

Applies to