ConfigurationElementCollection<T>.Remove Method (T)
Applies To: Dynamics CRM 2015
Removes an element from the collection.
Namespace: Microsoft.Xrm.Client.Configuration
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public void Remove(
T element
)
public:
void Remove(
T element
)
member Remove :
element:'T -> unit
Public Sub Remove (
element As T
)
Parameters
See Also
Remove Overload
ConfigurationElementCollection<T> Class
Microsoft.Xrm.Client.Configuration Namespace
Return to top
© 2017 Microsoft. All rights reserved. Copyright