SubscriptionQueryInput
GenerateLicenseKey Property
|
Namespace:
Spire.Doc.AI.Model
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
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