Share via


DeviceLockdownProfile.GetLockdownProfileInformation(Guid) Method

Definition

Gets the information object about a specific user role.

public:
 static DeviceLockdownProfileInformation ^ GetLockdownProfileInformation(Platform::Guid profileID);
 static DeviceLockdownProfileInformation GetLockdownProfileInformation(winrt::guid const& profileID);
public static DeviceLockdownProfileInformation GetLockdownProfileInformation(Guid profileID);
function getLockdownProfileInformation(profileID)
Public Shared Function GetLockdownProfileInformation (profileID As Guid) As DeviceLockdownProfileInformation

Parameters

profileID
Guid

Platform::Guid

winrt::guid

User role profile ID.

Returns

Information object about a specific user role.

Windows requirements

App capabilities
enterpriseDeviceLockdown

Applies to