Compartir a través de


InitializableConfigurationElement<TDependency>.Parameters Property

 

Applies To: Dynamics CRM 2013

The attributes of the configuration element.

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

Syntax

public NameValueCollection Parameters { get; }
public:
property NameValueCollection^ Parameters {
    NameValueCollection^ get();
}
member Parameters : NameValueCollection with get
Public ReadOnly Property Parameters As NameValueCollection

Property Value

Type: System.Collections.Specialized.NameValueCollection

Type: NameValueCollection.

See Also

InitializableConfigurationElement<TDependency> Class
Microsoft.Xrm.Client.Configuration Namespace
Developer extensions for Microsoft Dynamics CRM 2013

Return to top