CrmConnectionManager.HostApplicatioNameOveride Property

 

Applies To: Dynamics CRM 2015

Used in conjunction with the UseUserLocalDirecotryForConfigStore, Allows you to set a name for the config application to use. This is used when the host application cannot provide a proper AppDomain.Current.FriendlyName

Namespace:   Microsoft.Xrm.Tooling.CrmConnectControl
Assembly:  Microsoft.Xrm.Tooling.CrmConnectControl (in Microsoft.Xrm.Tooling.CrmConnectControl.dll)

Syntax

public string HostApplicatioNameOveride { get; set; }
public:
property String^ HostApplicatioNameOveride {
    String^ get();
    void set(String^ value);
}
member HostApplicatioNameOveride : string with get, set
Public Property HostApplicatioNameOveride As String

Property Value

Type: System.String

See Also

CrmConnectionManager Class
Microsoft.Xrm.Tooling.CrmConnectControl Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright