ConfigurationElementCollection<T>.Default Property
Applies To: Dynamics CRM 2015
Gets or sets the default element name.
Namespace: Microsoft.Xrm.Client.Configuration
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
[ConfigurationPropertyAttribute("default", DefaultValue = null)]
public string Default { get; set; }
public:
[ConfigurationPropertyAttribute("default", DefaultValue = null)]
property String^ Default {
String^ get();
void set(String^ value);
}
[<ConfigurationPropertyAttribute("default", DefaultValue = null)>]
member Default : string with get, set
<ConfigurationPropertyAttribute("default", DefaultValue := Nothing)>
Public Property Default As String
Property Value
Type: System.String
Type: String
The name of the default element.
See Also
ConfigurationElementCollection<T> Class
Microsoft.Xrm.Client.Configuration Namespace
Return to top
© 2017 Microsoft. All rights reserved. Copyright