Indicates if the product code has a wildcard character. If so, all products that start with the supplied characters of the product code are associated with the parent subscription.

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

Syntax

C#
public bool IsWildcard { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsWildcard As Boolean
Visual C++
public:
property bool IsWildcard {
	bool get ();
}

See Also