 | CreateFileManagerCanOverwrite Property |
Gets a value indicating whether this
CreateFileManager is
authorized to overwrite the managed file.
Namespace:
Novacta.Transactions.IO
Assembly:
Novacta.Transactions.IO (in Novacta.Transactions.IO.dll) Version: 1.0.0
Syntaxpublic bool CanOverwrite { get; }
Public ReadOnly Property CanOverwrite As Boolean
Get
public:
property bool CanOverwrite {
bool get ();
}
member CanOverwrite : bool with get
Property Value
Type:
Booleantrue if the managed file can be overwritten;
otherwise,
false.
See Also