Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the property values of this structured value.
Namespace: Microsoft.Data.Edm.Values
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property PropertyValues As IEnumerable(Of IEdmPropertyValue)
Get
'Usage
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>
Property Value
Type: System.Collections.Generic.IEnumerable<IEdmPropertyValue>
The property values of this structured value.