ConfigurationElementCollection<T>.AllKeys Property
Applies To: Dynamics CRM 2015
Gets all the keys in the ConfigurationElementCollection<T>
Namespace: Microsoft.Xrm.Client.Configuration
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public object[] AllKeys { get; }
public:
property array<Object^>^ AllKeys {
array<Object^>^ get();
}
member AllKeys : Object[] with get
Public ReadOnly Property AllKeys As Object()
Property Value
Type: System.Object[]
Type: Object[]
The array of keys.
See Also
ConfigurationElementCollection<T> Class
Microsoft.Xrm.Client.Configuration Namespace
Return to top
© 2017 Microsoft. All rights reserved. Copyright