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);
The default WriteMethod for the group. The default value is Synchronous.
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
IOpcGroup Interface | IOpcGroup Members | Visavi.Opc.Client Namespace