Gets the permissions granting mode for the specified permission type.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
C# |
---|
public GrantMode this[ GrantAction type ] { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Default Property Item ( _ type As GrantAction _ ) As GrantMode |
Visual C++ |
---|
public: property GrantMode default[GrantAction type] { GrantMode get (GrantAction type); } |