SubscriptionQueryInput
ProductType Property
|
Namespace:
Spire.Doc.AI.Model
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public string ProductType { get; set; }
Public Property ProductType As String
Get
Set
public:
property String^ ProductType {
String^ get ();
void set (String^ value);
}
member ProductType : string with get, set
Property Value
Type:
String
See Also