 | DTAVPersistedStateModelLicensed Property |
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic bool Licensed { get; set; }
Public Property Licensed As Boolean
Get
Set
public:
property bool Licensed {
bool get ();
void set (bool value);
}
member Licensed : bool with get, set
Property Value
Type:
Booleantrue if licensed; otherwise,
false.
See Also