OperationType Property (FileOperationTask)
In This Topic
The type of operation performed by this task
Syntax
'Declaration
Public ReadOnly Property OperationType As String
public string OperationType {get;}
public:
property String^ OperationType {
String^ get();
}
See Also