DeviceLockdownProfile.ApplyLockdownProfileAsync(Guid) 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.
Activates the restrictions associated with the specified user role ID.
public:
static IAsyncAction ^ ApplyLockdownProfileAsync(Platform::Guid profileID);
static IAsyncAction ApplyLockdownProfileAsync(winrt::guid const& profileID);
public static IAsyncAction ApplyLockdownProfileAsync(Guid profileID);
function applyLockdownProfileAsync(profileID)
Public Shared Function ApplyLockdownProfileAsync (profileID As Guid) As IAsyncAction
Parameters
- profileID
-
Guid
Platform::Guid
winrt::guid
User role ID.
Returns
No object or value is returned when this method completes.
Windows requirements
App capabilities |
enterpriseDeviceLockdown
|