Gets list of permissions on the object.

Namespace:  PerpetuumSoft.DataModel.MsSql
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

C#
public GrantCollection PermissionList { get; }
Visual Basic (Declaration)
Public ReadOnly Property PermissionList As GrantCollection
Visual C++
public:
property GrantCollection^ PermissionList {
	GrantCollection^ get ();
}

See Also