ApiDescription.RelativePath Property

 

Gets or sets the relative path.

Namespace:   System.Web.Http.Description
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

public string RelativePath {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property String^ RelativePath {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    void set(String^ value);
}
member RelativePath : string with get, set
Public Property RelativePath As String

Property Value

Type: System.String

The relative path.

See Also

ApiDescription Class
System.Web.Http.Description Namespace

Return to top