SignInResult.IsNotAllowed Property
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.
Returns a flag indication whether the user attempting to sign-in is not allowed to sign-in.
public: property bool IsNotAllowed { public:
bool get(); protected:
void set(bool value); };
public bool IsNotAllowed { get; protected set; }
member this.IsNotAllowed : bool with get, set
Public Property IsNotAllowed As Boolean
Property Value
True if the user attempting to sign-in is not allowed to sign-in, otherwise false.