LogicalOr Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
LogicalOr(LogicalExpressionCollection) | |
LogicalOr(LogicalExpressionCollection, VocabularyLink) |
LogicalOr(LogicalExpressionCollection)
public:
LogicalOr(Microsoft::RuleEngine::LogicalExpressionCollection ^ arguments);
public LogicalOr (Microsoft.RuleEngine.LogicalExpressionCollection arguments);
new Microsoft.RuleEngine.LogicalOr : Microsoft.RuleEngine.LogicalExpressionCollection -> Microsoft.RuleEngine.LogicalOr
Public Sub New (arguments As LogicalExpressionCollection)
Parameters
- arguments
- LogicalExpressionCollection
Applies to
LogicalOr(LogicalExpressionCollection, VocabularyLink)
public:
LogicalOr(Microsoft::RuleEngine::LogicalExpressionCollection ^ arguments, Microsoft::RuleEngine::VocabularyLink ^ vocabularyLink);
public LogicalOr (Microsoft.RuleEngine.LogicalExpressionCollection arguments, Microsoft.RuleEngine.VocabularyLink vocabularyLink);
new Microsoft.RuleEngine.LogicalOr : Microsoft.RuleEngine.LogicalExpressionCollection * Microsoft.RuleEngine.VocabularyLink -> Microsoft.RuleEngine.LogicalOr
Parameters
- arguments
- LogicalExpressionCollection
- vocabularyLink
- VocabularyLink