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