In This Topic
The name of the permission that was denied
Syntax
'Declaration
<CanBeNullAttribute()>
Public ReadOnly Property ActionRequested As String
[CanBeNull()]
public string ActionRequested {get;}
[CanBeNull()]
public:
property String^ ActionRequested {
String^ get();
}
See Also