ConfigurationElementCollection<T>.Current Property
Applies To: Dynamics CRM 2013
Gets the selected or default element.
Namespace: Microsoft.Xrm.Client.Configuration
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public T Current { get; }
public:
property T Current {
T get();
}
member Current : 'T with get
Public ReadOnly Property Current As T
Property Value
Type: T
Type: String
The selected or default element.
See Also
ConfigurationElementCollection<T> Class
Microsoft.Xrm.Client.Configuration Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top