CrmConnectionManager.HostApplicatioNameOveride Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
public:
property System::String ^ HostApplicatioNameOveride { System::String ^ get(); void set(System::String ^ value); };
public string HostApplicatioNameOveride { get; set; }
member this.HostApplicatioNameOveride : string with get, set
Public Property HostApplicatioNameOveride As String