The product code (key to the product) of the subscription

Namespace:  Asi.iBO.SystemConfig
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public string ProductCode { get; }
Visual Basic (Declaration)
Public ReadOnly Property ProductCode As String
Visual C++
public:
property String^ ProductCode {
	String^ get ();
}

See Also