다음을 통해 공유


WebPartsSection.EnableExport 속성

정의

컨트롤 데이터를 XML 설명 파일로 내보내는 기능을 사용할지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool EnableExport { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("enableExport", DefaultValue=false)]
public bool EnableExport { get; set; }
[<System.Configuration.ConfigurationProperty("enableExport", DefaultValue=false)>]
member this.EnableExport : bool with get, set
Public Property EnableExport As Boolean

속성 값

Boolean

컨트롤 데이터를 XML 설명 파일로 내보내는 기능을 사용하려면 true이고, 그렇지 않으면 false입니다.

특성

적용 대상

추가 정보