 | SnapshotEntryModelReason Property |
Gets or sets the reason for taking this snapshot.
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.6.5.0 (0.6.5.0)
Syntaxpublic SnapshotCreationReason Reason { get; set; }
Public Property Reason As SnapshotCreationReason
Get
Set
public:
property SnapshotCreationReason Reason {
SnapshotCreationReason get ();
void set (SnapshotCreationReason value);
}
member Reason : SnapshotCreationReason with get, set
Property Value
Type:
SnapshotCreationReason
See Also