Creates an instance

Namespace:  Primeworks
Assembly:  Primeworks.Data (in Primeworks.Data.dll) Version: 1.0.2780.57 (1.0.2780.57)

Syntax

C#
public ProductLicense(
	string strProdID,
	string strProdName
)
Visual Basic (Declaration)
Public Sub New ( _
	strProdID As String, _
	strProdName As String _
)
Visual C++
public:
ProductLicense(
	String^ strProdID, 
	String^ strProdName
)

Parameters

strProdID
Type: System..::.String

[Missing <param name="strProdID"/> documentation for "M:Primeworks.ProductLicense.#ctor(System.String,System.String)"]

strProdName
Type: System..::.String

[Missing <param name="strProdName"/> documentation for "M:Primeworks.ProductLicense.#ctor(System.String,System.String)"]

See Also