SubscriptionQueryInput
GenerateLicenseKey Property
|
Namespace:
Spire.Xls.AI.Model
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool? GenerateLicenseKey { get; set; }
Public Property GenerateLicenseKey As Boolean?
Get
Set
public:
property Nullable<bool> GenerateLicenseKey {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member GenerateLicenseKey : Nullable<bool> with get, set
Property Value
Type:
Nullable
Boolean
See Also