Helper method for extracting TaskAttribute attribute applied
to a task type.
Namespace:
MVCSharp.Core.Configuration.TasksAssembly: MVCSharp (in MVCSharp.dll)
Version: 0.8.5217.34148
Syntax
| C# |
|---|
protected TaskAttribute GetTaskAttribute( Type taskType ) |
| Visual Basic (Declaration) |
|---|
Protected Function GetTaskAttribute ( _ taskType As Type _ ) As TaskAttribute |
| Visual C++ |
|---|
protected: TaskAttribute^ GetTaskAttribute( Type^ taskType ) |
Parameters
- taskType
- Type: System..::.Type