ScriptingProfileServiceSection.WriteAccessProperties 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
쓰기 액세스 프로필 속성을 가져오거나 설정합니다.
public:
property cli::array <System::String ^> ^ WriteAccessProperties { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
[System.Configuration.ConfigurationProperty("writeAccessProperties", DefaultValue=null)]
public string[] WriteAccessProperties { get; set; }
[<System.Configuration.ConfigurationProperty("writeAccessProperties", DefaultValue=null)>]
member this.WriteAccessProperties : string[] with get, set
Public Property WriteAccessProperties As String()
속성 값
- String[]
쓰기 액세스 프로필 속성의 이름이 들어 있는 배열입니다.
- 특성
설명
AJAX 사용 애플리케이션에 대 한 쓰기 액세스 프로필 속성을 사용 하려면 하나 이상의 프로필 속성 이름에 추가 된 WriteAccessProperties 속성입니다.
설정할 수 있습니다 WriteAccessProperties 를 빈 문자열 배열입니다. 즉, 프로필 속성 클라이언트 스크립트에서 설정할 수 있습니다.