DataRule Constructor (UInt32, String)
|
Creating a data rule by its type and the string according to its type (if any).
Namespace:
OmniPageCSDK.Objects
Assembly:
OmniPageCSDK.Objects (in OmniPageCSDK.Objects.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntaxpublic DataRule(
uint ruleType,
string ruleString
)
Public Sub New (
ruleType As UInteger,
ruleString As String
)
public:
DataRule(
unsigned int ruleType,
String^ ruleString
)
Parameters
- ruleType
- Type: SystemUInt32
- ruleString
- Type: SystemString
See Also