다음을 통해 공유


LenientGlobalObject.Boolean 속성

정의

BooleanConstructor 생성자 함수 개체로 정의되는 프로토타입 기반 개체를 가져오거나 설정합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 property System::Object ^ Boolean { System::Object ^ get(); void set(System::Object ^ value); };
public object Boolean { get; set; }
member this.Boolean : obj with get, set
Public Property Boolean As Object

속성 값

Object

BooleanConstructor 개체입니다.

적용 대상