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.3.0

Syntax

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

See Also