LogicalAnd.Arguments Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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