ProtectPathInfo.RelativePath Propiedad
Lo siguiente se aplica a v2.
Obtiene la ruta de acceso relativa de la carpeta o el archivo.
Espacio de nombres: Microsoft.WebMatrix.Extensibility
Ensamblado: Microsoft.WebMatrix.Extensibility (en Microsoft.WebMatrix.Extensibility.dll)
Sintaxis
'Declaración
Public Property RelativePath As String
Get
Private Set
'Uso
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)
Valor de la propiedad
Tipo: System.String
La ruta de acceso relativa de la carpeta o el archivo.