OperationType Property (FileOperationTaskSettings)
In This Topic
A string constant indicating the operation type.
Syntax
'Declaration
Public MustOverride ReadOnly Property OperationType As String
public abstract string OperationType {get;}
public:
abstract property String^ OperationType {
String^ get();
}
See Also