CrmConnectionManager.RequireUserLogin Method
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.
This will check the configuration to determine if a user login is required. and if so, return true.
public:
bool RequireUserLogin();
public bool RequireUserLogin ();
member this.RequireUserLogin : unit -> bool
Public Function RequireUserLogin () As Boolean