OrganizationServiceContextElement.ServiceName Property
Applies To: Dynamics CRM 2015
Gets or sets the name of the nested OrganizationServiceElement configuration.
Namespace: Microsoft.Xrm.Client.Configuration
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
[ConfigurationPropertyAttribute("serviceName", DefaultValue = null)]
public string ServiceName { get; set; }
public:
[ConfigurationPropertyAttribute("serviceName", DefaultValue = null)]
property String^ ServiceName {
String^ get();
void set(String^ value);
}
[<ConfigurationPropertyAttribute("serviceName", DefaultValue = null)>]
member ServiceName : string with get, set
<ConfigurationPropertyAttribute("serviceName", DefaultValue := Nothing)>
Public Property ServiceName 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