複合型のプロパティおよび値を取得または設定します。
名前空間: 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>
複合型のプロパティおよび値。