Exists 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
Exists(Term, Term) | |
Exists(Term, Term, VocabularyLink) |
Exists(Term, Term)
public:
Exists(Microsoft::RuleEngine::Term ^ objReference, Microsoft::RuleEngine::Term ^ memberName);
public Exists (Microsoft.RuleEngine.Term objReference, Microsoft.RuleEngine.Term memberName);
new Microsoft.RuleEngine.Exists : Microsoft.RuleEngine.Term * Microsoft.RuleEngine.Term -> Microsoft.RuleEngine.Exists
Public Sub New (objReference As Term, memberName As Term)
Parameters
- objReference
- Term
- memberName
- Term
Applies to
Exists(Term, Term, VocabularyLink)
public:
Exists(Microsoft::RuleEngine::Term ^ objReference, Microsoft::RuleEngine::Term ^ memberName, Microsoft::RuleEngine::VocabularyLink ^ vocabularyLink);
public Exists (Microsoft.RuleEngine.Term objReference, Microsoft.RuleEngine.Term memberName, Microsoft.RuleEngine.VocabularyLink vocabularyLink);
new Microsoft.RuleEngine.Exists : Microsoft.RuleEngine.Term * Microsoft.RuleEngine.Term * Microsoft.RuleEngine.VocabularyLink -> Microsoft.RuleEngine.Exists
Parameters
- objReference
- Term
- memberName
- Term
- vocabularyLink
- VocabularyLink