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