共用方式為


ODataComplexValue.Properties 屬性

取得或設定複雜值的屬性和值。

命名空間:  Microsoft.Data.OData
組件:  Microsoft.Data.OData (在 Microsoft.Data.OData.dll 中)

語法

'宣告
Public Property Properties As IEnumerable(Of ODataProperty)
    Get
    Set
'用途
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>)

屬性值

型別:System.Collections.Generic.IEnumerable<ODataProperty>
複雜值的屬性和值。

請參閱

參考

ODataComplexValue 類別

Microsoft.Data.OData 命名空間