IProtectPathInfo.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
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

Property Value

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

See Also

Reference

IProtectPathInfo Interface

Microsoft.WebMatrix.Extensibility Namespace