 | SecureThisAttributeTask Property |
Gets or sets the task.
Namespace:
Koden.Utils.MVC.Attributes
Assembly:
Koden.Utils.MVC (in Koden.Utils.MVC.dll) Version: 1.0.6453.26061
Syntaxpublic string Task { get; set; }
Public Property Task As String
Get
Set
public:
property String^ Task {
String^ get ();
void set (String^ value);
}
member Task : string with get, set
Property Value
Type:
StringThe task.
See Also