Sets field indicated by field to the value in value.

Namespace: FlightPlan
Assembly: FlightPlanXML (in FlightPlanXML.dll) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
public virtual void SetField(
	string name,
	Object value
)
Visual Basic
Public Overridable Sub SetField ( _
	name As String, _
	value As Object _
)
Visual C++
public:
virtual void SetField(
	String^ name, 
	Object^ value
)

Parameters

name
Type: System..::..String
A String with the name of the field we want to update.
value
Type: System..::..Object
A Object with the new value for the field.

Remarks

Used during updates.

See Also