FileIOPermissionAttribute.All 속성

정의

주의

이 API는 이제 사용되지 않습니다.

주의

Please use the ViewAndModify property instead.

문자열 값으로 지정된 파일 또는 디렉터리에 대한 전체 액세스를 가져오거나 설정합니다.

public:
 property System::String ^ All { System::String ^ get(); void set(System::String ^ value); };
[System.Obsolete]
public string All { get; set; }
public string All { get; set; }
[System.Obsolete("Please use the ViewAndModify property instead.")]
public string All { get; set; }
[<System.Obsolete>]
member this.All : string with get, set
member this.All : string with get, set
[<System.Obsolete("Please use the ViewAndModify property instead.")>]
member this.All : string with get, set
Public Property All As String

속성 값

전체 액세스를 위한 파일 또는 디렉터리의 절대 경로입니다.

특성

예외

get 메서드는 이 속성에 대해 지원되지 않습니다.

설명

이 속성은 단일 파일 또는 디렉터리에 대한 액세스를 설정합니다. 추가 특성을 사용하여 추가 파일 및 디렉터리를 지정합니다.

적용 대상