 | SnapshotEntryModelReason Property |
Gets or sets the reason for taking this snapshot.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.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