 | PurgeFileEventArgsFile Property |
The file being purged
Namespace:
SMTPRouter
Assembly:
SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntaxpublic FileInfo File { get; }Public ReadOnly Property File As FileInfo
Get
Dim instance As PurgeFileEventArgs
Dim value As FileInfo
value = instance.File
public:
property FileInfo^ File {
FileInfo^ get ();
}Property Value
Type:
FileInfo
See Also