[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt die Hilfmethode zum Schreiben eines Eigenschaftswertes in einen IPropertyWriter zurück.

Namespace: DynamicNode.Ext.Cockpit
Assembly: DNExtCockpit (in DNExtCockpit.dll) Version: 1.0.4679.19815 (1.0.0.0)

Syntax

C#
public CockpitPropertyWriter<T> WriteMethod { get; private set; }
Visual Basic
Public Property WriteMethod As CockpitPropertyWriter(Of T)
	Get
	Private Set
F#
member WriteMethod : CockpitPropertyWriter<'T> with get, private set

Field Value

Die Methode zum Sichern des Eigenschaftswertes.

See Also