SystemIdentifierValidationRequiredMatches Property |
Gets or sets the number of required matching system identifiers. Use SystemIdentifierValidation.REQUIRE_EXACT_MATCH to require an exact match (which is the default).
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic int RequiredMatches { get; set; }
Public Property RequiredMatches As Integer
Get
Set
public:
property int RequiredMatches {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also