Name property
Description | (Read/Write) The name given to this group. |
Syntax | Name As String |
Remarks | The name must be a unique group name, with respect to the naming of other groups created by this client. If no name is specified, the server will generate a unique name for the group on the Add method of the OPCGroups object. |
Example | '/* Change name of an existing OPCGroup MyOPCGroup.Name = "ANewGroupName" |
Provide Feedback