Enum LookupValueSearchOption
Contains options for how lookup values should be searched on game objects during bug creation.
Namespace: Microsoft.Internal.Studios.Aruba.Infrastructure.Token
Assembly: Aruba.Infrastructure.dll
Syntax
public enum LookupValueSearchOption
Fields
Name | Description |
---|---|
Contains | The sequence must contain the lookup value somewhere. |
EndsWith | The lookup value must match the end sequence. |
ExactMatch | The lookup value must match exactly. |
StartsWith | The lookup value must match the start sequence. |