DefaultGroupIsActive property
Description | (Read/Write) This property provides the default active state when an OPCGroup is created using the OPCGroups.Add function. |
Syntax | DefaultGroupIsActive As Boolean |
Remarks | This property defaults to True. |
Example | '/* Set the default group active state to false MyOPCServer.OPCGroups.DefaultGroupIsActive = False |
Provide Feedback