 | DTAVPersistedStateModelLicensed Property |
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 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