xInfo.canViewAlertInbox 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.
Determines whether the current user has permission to view the View alerts form.
public:
virtual bool canViewAlertInbox();
public virtual bool canViewAlertInbox ();
abstract member canViewAlertInbox : unit -> bool
override this.canViewAlertInbox : unit -> bool
Public Overridable Function canViewAlertInbox () As Boolean
Returns
true if the user has permission to view the form; otherwise, false.
Remarks
Call this method before calling xInfo.viewAlertInbox.