Share via


ProtectPathInfo.RelativePath Property

Applies to v2.

Gets the relative path of the folder or file.

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)

Property Value

Type: System.String
The relative path of the folder or file.

Implements

IProtectPathInfo.RelativePath

See Also

Reference

ProtectPathInfo Class

Microsoft.WebMatrix.Extensibility Namespace