ServiceConfig.IISIntrinsicsEnabled 속성

정의

내장 IIS(인터넷 정보 서비스)가 활성화되었는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool IISIntrinsicsEnabled { bool get(); void set(bool value); };
public bool IISIntrinsicsEnabled { get; set; }
member this.IISIntrinsicsEnabled : bool with get, set
Public Property IISIntrinsicsEnabled As Boolean

속성 값

내장 IIS가 활성화되어 있으면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

설명

이 클래스에 대 한 컨텍스트를 애플리케이션 세션 개체 또는 사용자 세션 개체와 같은 IIS 컨텍스트 속성을 전달할 수 있도록 합니다.

적용 대상