다음을 통해 공유


ServiceActivationElement.Service 속성

정의

서비스 애플리케이션의 이름을 가져오거나 설정합니다.

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

속성 값

String

서비스 애플리케이션의 이름입니다.

특성

적용 대상