SubscriptionQueryInput
GenerateLicenseKey Property
|
Namespace:
Spire.Presentation.AI.Model
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
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