TaskDirectiveUserId Property |
User ID of the user who initiated the task.
Namespace:
MFiles.VAF.AppTasks
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic int UserId { get; set; }
Public Property UserId As Integer
Get
Set
public:
property int UserId {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also