webControlNode.relativePath Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
relativePath() | |
relativePath(String) |
relativePath()
public:
virtual System::String ^ relativePath();
public virtual string relativePath ();
abstract member relativePath : unit -> string
override this.relativePath : unit -> string
Public Overridable Function relativePath () As String
Returns
Applies to
relativePath(String)
public:
virtual System::String ^ relativePath(System::String ^ _value);
public virtual string relativePath (string _value);
abstract member relativePath : string -> string
override this.relativePath : string -> string
Public Overridable Function relativePath (_value As String) As String
Parameters
- _value
- String