Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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