Share via


TopQueryOption.RawValue Property

Gets the raw $top value.

Namespace:  System.Web.Http.OData.Query
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

'Declaration
Public Property RawValue As String 
    Get 
    Private Set
'Usage
Dim instance As TopQueryOption 
Dim value As String 

value = instance.RawValue
public string RawValue { get; private set; }
public:
property String^ RawValue {
    String^ get ();
    private: void set (String^ value);
}
member RawValue : string with get, private set
function get RawValue () : String 
private function set RawValue (value : String)

Property Value

Type: System.String

See Also

Reference

TopQueryOption Class

System.Web.Http.OData.Query Namespace