다음을 통해 공유


VirtualDirectoryMapping.PhysicalDirectory 속성

정의

웹 애플리케이션의 전체 서버 경로를 지정하는 값을 가져오거나 설정합니다.

public:
 property System::String ^ PhysicalDirectory { System::String ^ get(); void set(System::String ^ value); };
public string PhysicalDirectory { get; set; }
member this.PhysicalDirectory : string with get, set
Public Property PhysicalDirectory As String

속성 값

String

웹 애플리케이션의 전체 서버 경로를 나타내는 값입니다.

예외

선택한 값이 잘못되었거나 내부 보안 유효성 검사에 실패한 경우

적용 대상