Share via


SkipQueryOption.RawValue Property

 

Gets the raw $skip value.

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

Syntax

public string RawValue {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property String^ RawValue {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    private: void set(String^ value);
}
member RawValue : string with get, private set
Public Property RawValue As String
    Get
    Private Set
End Property

Property Value

Type: System.String

See Also

SkipQueryOption Class
System.Web.OData.Query Namespace

Return to top