MdmSessionManager.TryCreateSession 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.
Attempts to start an MDM session for the current enterprise account.
public:
static MdmSession ^ TryCreateSession();
static MdmSession TryCreateSession();
public static MdmSession TryCreateSession();
function tryCreateSession()
Public Shared Function TryCreateSession () As MdmSession
Returns
The MdmSession information of the created session.