다음을 통해 공유


ServiceActivationElement.Factory 속성

정의

서비스 활성화 요소를 생성하는 팩터리의 CLR 형식 이름을 포함하는 구성 문자열을 가져오거나 설정합니다.

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

속성 값

String

팩터리의 CLR 형식 이름을 포함하는 구성 문자열입니다.

특성

적용 대상