 | EbpLevelAttribute Constructor |
Creates a new instance of EbpLevelAttribute
Namespace:
EBP.Framework.Common.Interfaces
Assembly:
EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic EbpLevelAttribute(
int level
)
Public Sub New (
level As Integer
)
Parameters
- level
- Type: SystemInt32
the application level
See Also