AlarmApplicationManager.GetAccessStatus 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.
Retrieves the status of user permission for the app to set alarms.
public:
static AlarmAccessStatus GetAccessStatus();
/// [Windows.Foundation.Metadata.Overload("GetAccessStatus")]
static AlarmAccessStatus GetAccessStatus();
[Windows.Foundation.Metadata.Overload("GetAccessStatus")]
public static AlarmAccessStatus GetAccessStatus();
function getAccessStatus()
Public Shared Function GetAccessStatus () As AlarmAccessStatus
Returns
Indicates whether the user has granted permission to set alarms.
- Attributes