ProtectPathInfo.RelativePath-Eigenschaft
Die folgenden Ausführungen gelten für v2.
Ruft den relativen Pfad der Datei oder des Ordners ab.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Property RelativePath As String
Get
Private Set
'Usage
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)
Eigenschaftswert
Typ: System.String
Der relative Pfad des Ordners oder der Datei.