ProtectPathInfo.RelativePath 속성
버전 2에 적용
폴더나 파일의 상대 경로를 가져옵니다.
네임스페이스: Microsoft.WebMatrix.Extensibility
어셈블리: Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)
구문
‘선언
Public Property RelativePath As String
Get
Private Set
‘사용 방법
Dim instance As ProtectPathInfo
Dim value As String
value = instance.RelativePath
public string RelativePath { get; private set; }
public:
virtual property String^ RelativePath {
String^ get () sealed;
private: void set (String^ value) sealed;
}
abstract RelativePath : string with get, private set
override RelativePath : string with get, private set
final function get RelativePath () : String
private final function set RelativePath (value : String)
속성 값
유형: System.String
폴더나 파일의 상대 경로입니다.