Udostępnij za pośrednictwem


SelectExpandNode.SelectAllDynamicProperties Property

 

Gets the flag to indicate the dynamic property to be included in the response or not.

Namespace:   System.Web.OData.Formatter.Serialization
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public bool SelectAllDynamicProperties {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property bool SelectAllDynamicProperties {
    [CompilerGeneratedAttribute]
    bool get();
    [CompilerGeneratedAttribute]
    private: void set(bool value);
}
member SelectAllDynamicProperties : bool with get, private set
Public Property SelectAllDynamicProperties As Boolean
    Get
    Private Set
End Property

Property Value

Type: System.Boolean

See Also

SelectExpandNode Class
System.Web.OData.Formatter.Serialization Namespace

Return to top