MdmSessionManager.SessionIds Property

Definition

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

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

An IVectorView containing the session IDs.

Applies to