TaskInfoTaskType Property |
The type of task this is.
Namespace:
MFiles.VAF.AppTasks
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic virtual string TaskType { get; set; }
Public Overridable Property TaskType As String
Get
Set
public:
virtual property String^ TaskType {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also