ODataEntry.Properties Property

Gets or sets the entry properties.

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

Syntax

'Declaration
Public Property Properties As IEnumerable(Of ODataProperty)
    Get 
    Set
'Usage
Dim instance As ODataEntry 
Dim value As IEnumerable(Of ODataProperty)

value = instance.Properties

instance.Properties = value
public IEnumerable<ODataProperty> Properties { get; set; }
public:
property IEnumerable<ODataProperty^>^ Properties {
    IEnumerable<ODataProperty^>^ get ();
    void set (IEnumerable<ODataProperty^>^ value);
}
member Properties : IEnumerable<ODataProperty> with get, set
function get Properties () : IEnumerable<ODataProperty>
function set Properties (value : IEnumerable<ODataProperty>)

Property Value

Type: System.Collections.Generic.IEnumerable<ODataProperty>
The entry properties.

See Also

Reference

ODataEntry Class

Microsoft.Data.OData Namespace