ConfigurationElementCollection<T>.CollectionName Property
Applies To: Dynamics CRM 2015
Gets or sets the name of the element collection.
Namespace: Microsoft.Xrm.Client.Configuration
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public abstract string CollectionName { get; }
public:
property String^ CollectionName {
virtual String^ get() abstract;
}
abstract CollectionName : string with get
Public MustOverride ReadOnly Property CollectionName As String
Property Value
Type: System.String
Type: String
The name of the collection.
See Also
ConfigurationElementCollection<T> Class
Microsoft.Xrm.Client.Configuration Namespace
Return to top
© 2017 Microsoft. All rights reserved. Copyright