Gets or sets the path to the archive.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[DefaultValueAttribute("")] [ConnectionStringParameterAttribute] public string ArchivePath { get; set; }
<DefaultValueAttribute("")> _ <ConnectionStringParameterAttribute> _ Public Property ArchivePath As String Get Set
[DefaultValueAttribute(L"")] [ConnectionStringParameterAttribute] public: property String^ ArchivePath { String^ get (); void set (String^ value); }