Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the relative path.
Namespace: System.Web.Http.Description
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Property RelativePath As String
Get
Set
'Usage
Dim instance As ApiDescription
Dim value As String
value = instance.RelativePath
instance.RelativePath = value
public string RelativePath { get; set; }
public:
property String^ RelativePath {
String^ get ();
void set (String^ value);
}
member RelativePath : string with get, set
function get RelativePath () : String
function set RelativePath (value : String)
Property Value
Type: System.String
The relative path.