ClassName Property (FileOperationTask)
In This Topic
Returns a descriptive name for the class suitable for display to users.
Returns a descriptive name for the class suitable for display to users.
Syntax
'Declaration
Public Overrides NotOverridable ReadOnly Property ClassName As String
public override string ClassName {get;}
public:
property String^ ClassName {
String^ get() override;
}
See Also