MdmSessionManager.SessionIds 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.
Gets all MDM session IDs for the current enterprise account.
public:
static property IVectorView<Platform::String ^> ^ SessionIds { IVectorView<Platform::String ^> ^ get(); };
static IVectorView<winrt::hstring> SessionIds();
public static IReadOnlyList<string> SessionIds { get; }
var iVectorView = MdmSessionManager.sessionIds;
Public Shared ReadOnly Property SessionIds As IReadOnlyList(Of String)
Property Value
An IVectorView containing the session IDs.