TrustedApplicationAuthorizationIsRevoked Property |
Specifies whether the grant is explicitly revoked. [Required] [Default(false)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Security
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool IsRevoked { get; set; }
Public Property IsRevoked As Boolean
Get
Set
public:
property bool IsRevoked {
bool get ();
void set (bool value);
}
member IsRevoked : bool with get, set
Property Value
Type:
Boolean
See Also