Click or drag to resize

SubscriptionQueryInput Constructor

Initializes a new instance of the SubscriptionQueryInput class

Namespace: Spire.Xls.AI.Model
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public SubscriptionQueryInput(
	string appKey = null,
	string productType = null,
	string subscriptionType = null,
	string startTime = null,
	string endTime = null,
	string user = null,
	bool? isActive = null,
	bool? generateLicenseKey = null,
	string site = null
)

Parameters

appKey (Optional)
Type: System String
productType (Optional)
Type: System String
subscriptionType (Optional)
Type: System String
startTime (Optional)
Type: System String
endTime (Optional)
Type: System String
user (Optional)
Type: System String
isActive (Optional)
Type: System Nullable Boolean
generateLicenseKey (Optional)
Type: System Nullable Boolean
site (Optional)
Type: System String
See Also