ConsentStatus Enum
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.
End user consent status.
public enum ConsentStatus
type ConsentStatus =
Public Enum ConsentStatus
- Inheritance
-
ConsentStatus
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Unknown consent status. |
NotFound | 1 | The user consent status is not found. |
Pending | 2 | The user has not yet acted upon the consent request. |
Accepted | 3 | The user has accepted the consent request. |
Rejected | 4 | The user has rejected the consent request. |
Ignore | 5 | The user has ignored the consent request. |