Visavi Visual OPC .NET  

IOpcGroup.DefaultWriteMethod Property

Gets or sets the default write method for the group.

[Visual Basic]
Public Property DefaultWriteMethod As WriteMethod

[C#]
public WriteMethod DefaultWriteMethod {get; set;}

[C++]
public: __property WriteMethod get_DefaultWriteMethod();
public: __property void set_DefaultWriteMethod(WriteMethod);

[JScript]
public function get DefaultWriteMethod() : WriteMethod;
public function set DefaultWriteMethod(WriteMethod);

Property Value

The default WriteMethod for the group. The default value is Synchronous.

Remarks

This property designates the default way that the group writes out to the OPC Server. However, it may be overridden by passing a WriteMethod parameter into the groups' or items' Write method.

Platforms: Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

IOpcGroup Interface | IOpcGroup Members | Visavi.Opc.Client Namespace