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.Library.Values
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public ReadOnly Property PropertyValues As IEnumerable(Of IEdmPropertyValue)
Get
'Usage
Dim instance As EdmStructuredValue
Dim value As IEnumerable(Of IEdmPropertyValue)
value = instance.PropertyValues
public IEnumerable<IEdmPropertyValue> PropertyValues { get; }
public:
virtual property IEnumerable<IEdmPropertyValue^>^ PropertyValues {
IEnumerable<IEdmPropertyValue^>^ get () sealed;
}
abstract PropertyValues : IEnumerable<IEdmPropertyValue>
override PropertyValues : IEnumerable<IEdmPropertyValue>
final function get PropertyValues () : IEnumerable<IEdmPropertyValue>
Property Value
Type: System.Collections.Generic.IEnumerable<IEdmPropertyValue>
The property values of this structured value.
Implements
IEdmStructuredValue.PropertyValues