Share via


SelectExpandQueryOption.RawExpand Property

 

Gets the raw $expand value.

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

Syntax

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

Property Value

Type: System.String

See Also

SelectExpandQueryOption Class
System.Web.OData.Query Namespace

Return to top