ConfigurationElementCollection<T>.ElementName Property
Applies To: Dynamics CRM 2013
Gets the element name.
Namespace: Microsoft.Xrm.Client.Configuration
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
protected override string ElementName { get; }
protected:
property String^ ElementName {
virtual String^ get() override;
}
override ElementName : string with get
Protected Overrides ReadOnly Property ElementName As String
Property Value
Type: System.String
Type: String
The name of the element.
See Also
ConfigurationElementCollection<T> Class
Microsoft.Xrm.Client.Configuration Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top