SystemDateTimeValidationValidationRequired Property |
Gets or sets whether or not validation with an Internet time server is required. Internet connectivity is required if true. (True by default)
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic bool ValidationRequired { get; set; }
Public Property ValidationRequired As Boolean
Get
Set
public:
property bool ValidationRequired {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also