DataCollection<TKey, TValue>.Values Property
Applies To: Dynamics CRM 2015
Gets a collection containing the values in the DataCollection<TKey, TValue>.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public ICollection<TValue> Values { get; }
public:
property ICollection<TValue>^ Values {
ICollection<TValue>^ get();
}
member Values : ICollection<'TValue> with get
Public ReadOnly Property Values As ICollection(Of TValue)
Property Value
Type: System.Collections.Generic.ICollection<TValue>
Type: ICollection<TValue>
A collection containing the values in the DataCollection<TKey, TValue>.
See Also
DataCollection<TKey, TValue> Class
Microsoft.Xrm.Sdk Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright