DeployLX Software Protection System

DomainNameLimit..::..Domains Property

Gets the collection of valid domains.

Syntax

Public ReadOnly Property Domains As StringCollection
	Get
public StringCollection Domains { get; }

Remarks

Domain names can include wild cards in their names. You can use the standard * and ? characters for any word or character respectively. If the name is prefixed with the # character, the text following it is treated as a regular expression and is compared with the given pattern.

Assembly:  DeployLX.Licensing.v5 (in DeployLX.Licensing.v5.dll)

See Also