 | ICAEXReferenceSetValue Method |
Sets a value for the referenced element
Namespace: Aml.Engine.Services.InterfacesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxvoid SetValue(
string value
)
Sub SetValue (
value As String
)
void SetValue(
String^ value
)
Parameters
- value String
- the reference attribute value
See Also