LogicalAnd.Arguments Property
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.
public:
property Microsoft::RuleEngine::LogicalExpressionCollection ^ Arguments { Microsoft::RuleEngine::LogicalExpressionCollection ^ get(); void set(Microsoft::RuleEngine::LogicalExpressionCollection ^ value); };
public Microsoft.RuleEngine.LogicalExpressionCollection Arguments { get; set; }
member this.Arguments : Microsoft.RuleEngine.LogicalExpressionCollection with get, set
Public Property Arguments As LogicalExpressionCollection