 | DTAVPersistedStateModelLicensed Property |
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.3.0.0 (8.3.0.0)
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