 | ReplicationSetInfoModelFileCount Property |
Gets or sets the file count.
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.2.0.814 (8.2.0.814)
Syntaxpublic long FileCount { get; set; }
Public Property FileCount As Long
Get
Set
public:
property long long FileCount {
long long get ();
void set (long long value);
}
member FileCount : int64 with get, set
Property Value
Type:
Int64The file count.
See Also