|
AccessLogAccessGranted Property
|
Access granted flag field.
Namespace: GSF.Security.ModelAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.205-beta
Syntax public bool AccessGranted { get; set; }
Public Property AccessGranted As Boolean
Get
Set
public:
property bool AccessGranted {
bool get ();
void set (bool value);
}
member AccessGranted : bool with get, set
function get_AccessGranted();
function set_AccessGranted(value);
View SourceProperty Value
BooleanSee Also