ArgumentDefinition(Int32, ValueDefinition) Constructor
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:
ArgumentDefinition(int position, Microsoft::RuleEngine::ValueDefinition ^ argumentValue);
public ArgumentDefinition (int position, Microsoft.RuleEngine.ValueDefinition argumentValue);
new Microsoft.RuleEngine.ArgumentDefinition : int * Microsoft.RuleEngine.ValueDefinition -> Microsoft.RuleEngine.ArgumentDefinition
Public Sub New (position As Integer, argumentValue As ValueDefinition)
Parameters
- position
- Int32
- argumentValue
- ValueDefinition