Share via


ODataMessageReaderSettings.UseKeyAsSegment Property

 

Namespace:   Microsoft.OData.Core
Assembly:  Microsoft.OData.Core (in Microsoft.OData.Core.dll)

Syntax

public Nullable<bool> UseKeyAsSegment {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property Nullable<bool> UseKeyAsSegment {
    [CompilerGeneratedAttribute]
    Nullable<bool> get();
    [CompilerGeneratedAttribute]
    void set(Nullable<bool> value);
}
member UseKeyAsSegment : Nullable<bool> with get, set
Public Property UseKeyAsSegment As Nullable(Of Boolean)

Property Value

Type: System.Nullable<Boolean>

See Also

ODataMessageReaderSettings Class
Microsoft.OData.Core Namespace

Return to top