 | UVRAPersistedStateModelVolumePersistedState Property |
Gets or sets the volume persisted state.
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 UVRAVolumePersistedStateModel[] VolumePersistedState { get; set; }
Public Property VolumePersistedState As UVRAVolumePersistedStateModel()
Get
Set
public:
property array<UVRAVolumePersistedStateModel^>^ VolumePersistedState {
array<UVRAVolumePersistedStateModel^>^ get ();
void set (array<UVRAVolumePersistedStateModel^>^ value);
}
member VolumePersistedState : UVRAVolumePersistedStateModel[] with get, set
Property Value
Type:
UVRAVolumePersistedStateModel
See Also