Click or drag to resize

AMLEngineAdapterNew_RequiredValue(OrdinalScaledTypeType, String) Method

Note: This API is now obsolete.

Adding a new RequiredValue to this ordinal scaled constraint

Namespace: Aml.Engine.Adapter
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
[ObsoleteAttribute("use the property OrdinalScaledTypeType.RequiredValue instead.")]
public static void New_RequiredValue(
	this OrdinalScaledTypeType ordinalScaledType,
	string value
)

Parameters

ordinalScaledType  OrdinalScaledTypeType
OrdinalScaledType element.
value  String
The value

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type OrdinalScaledTypeType. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also