Gets or sets the name of the ArchiveFile.
| C# | Visual Basic | Visual C++ |
[DefaultValueAttribute("ArchiveFile.d")] public string FileName { get; set; }
<DefaultValueAttribute("ArchiveFile.d")> _ Public Property FileName As String
[DefaultValueAttribute(L"ArchiveFile.d")] public: property String^ FileName { String^ get (); void set (String^ value); }
| Exception | Condition |
|---|---|
| ArgumentNullException | The value being assigned is a null or empty string. |
| ArgumentException | The value being assigned contains an invalid file extension. |