 | SqlDatabasePersistedInfoModelFiles Property |
Gets or sets the files.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic IEnumerable<string> Files { get; set; }
Public Property Files As IEnumerable(Of String)
Get
Set
public:
property IEnumerable<String^>^ Files {
IEnumerable<String^>^ get ();
void set (IEnumerable<String^>^ value);
}
member Files : IEnumerable<string> with get, set
Property Value
Type:
IEnumerableString
The files.
See Also