SubscriptionQueryInput
GenerateLicenseKey Property
|
Namespace:
Spire.Pdf.AI.Model
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
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