Gets collection of securable objects.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
C# |
---|
public IEnumerable<ISecurable> Securables { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Securables As IEnumerable(Of ISecurable) |
Visual C++ |
---|
public: property IEnumerable<ISecurable^>^ Securables { IEnumerable<ISecurable^>^ get (); } |