Condividi tramite


Proprietà ODataComplexValue.Properties

Ottiene o imposta le proprietà e i valori del valore complesso.

Spazio dei nomi  Microsoft.Data.OData
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Sintassi

'Dichiarazione
Public Property Properties As IEnumerable(Of ODataProperty)
    Get
    Set
'Utilizzo
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>)

Valore proprietà

Tipo: System.Collections.Generic.IEnumerable<ODataProperty>
Proprietà e valori del valore complesso.

Vedere anche

Riferimento

ODataComplexValue Classe

Spazio dei nomi Microsoft.Data.OData