Freigeben über


IProtectPathInfo.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
ReadOnly Property RelativePath As String 
    Get
'Usage
Dim instance As IProtectPathInfo 
Dim value As String 

value = instance.RelativePath
string RelativePath { get; }
property String^ RelativePath {
    String^ get ();
}
abstract RelativePath : string
function get RelativePath () : String

Eigenschaftswert

Typ: System.String
Der relative Pfad des Ordners oder der Datei.

Siehe auch

Verweis

IProtectPathInfo Schnittstelle

Microsoft.WebMatrix.Extensibility-Namespace