ODataComplexValue.Properties Property

Gets or sets the properties and values of the complex value.

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 ODataComplexValue 
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 properties and values of the complex value.

See Also

Reference

ODataComplexValue Class

Microsoft.Data.OData Namespace