Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.