ConfigurationElementCollection<T>.Remove Method (String)
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(
string name
)
public:
void Remove(
String^ name
)
member Remove :
name:string -> unit
Public Sub Remove (
name As String
)
Parameters
name
Type: System.StringType: String. The element to remove.
See Also
Remove Overload
ConfigurationElementCollection<T> Class
Microsoft.Xrm.Client.Configuration Namespace
Return to top
© 2017 Microsoft. All rights reserved. Copyright