TopQueryOption.RawValue Property

 

Gets the raw $top value.

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

Syntax

public string RawValue {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}

Property Value

Type: System.String

See Also

TopQueryOption Class
System.Web.OData.Query Namespace

Return to top