Share via


InitializableConfigurationElement<TDependency>.Name Property

 

Applies To: Dynamics CRM 2015

The name of the configuration element.

Namespace:   Microsoft.Xrm.Client.Configuration
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Syntax

public abstract string Name { get; set; }
public:
property String^ Name {
    virtual String^ get() abstract;
    virtual void set(String^ value) abstract;
}
abstract Name : string with get, set
Public MustOverride Property Name As String

Property Value

Type: System.String

Type: String.

See Also

InitializableConfigurationElement<TDependency> Class
Microsoft.Xrm.Client.Configuration Namespace

Return to top

© 2017 Microsoft. All rights reserved. Copyright