この構造化値のプロパティ値を取得します。
名前空間: Microsoft.Data.Edm.Values
アセンブリ: Microsoft.Data.Edm (Microsoft.Data.Edm.dll)
構文
'宣言
ReadOnly Property PropertyValues As IEnumerable(Of IEdmPropertyValue)
Get
'使用
Dim instance As IEdmStructuredValue
Dim value As IEnumerable(Of IEdmPropertyValue)
value = instance.PropertyValues
IEnumerable<IEdmPropertyValue> PropertyValues { get; }
property IEnumerable<IEdmPropertyValue^>^ PropertyValues {
IEnumerable<IEdmPropertyValue^>^ get ();
}
abstract PropertyValues : IEnumerable<IEdmPropertyValue>
function get PropertyValues () : IEnumerable<IEdmPropertyValue>
プロパティ値
型: System.Collections.Generic.IEnumerable<IEdmPropertyValue>
この構造化値のプロパティ値。