SerialNumberMatchOption
Specifies whether the volume serial number must be an exact match, partial match, start with, or end with the string specified for the SerialNumber property.
Syntax
StringMatchOption SerialNumberMatchOption {get; set;}
Property value
The match criteria operator, which specifies the type of matching to perform for the volume serial number field.
Possible values:
public enum StringMatchOption { // Exact match ExactMatch, // Partial match Contains // Starts with match StartsWith // Ends with match EndsWith }