Freigeben über


ODataEntry.Properties-Eigenschaft

Ruft die Eintragseigenschaften ab oder legt sie fest.

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>)

Eigenschaftswert

Typ: System.Collections.Generic.IEnumerable<ODataProperty>
Die Eintragseigenschaften.

Siehe auch

Verweis

ODataEntry Klasse

Microsoft.Data.OData-Namespace