Organization property
Description | (Read-only) Returns either OPCHierarchical or OPCFlat. |
Syntax | Organization As Long |
Remarks | If the organization is OPCFlat, then calling ShowBranches or any Move method has no effect. All names will be available after a single call to ShowLeafs. |
Example | Dim MyOPCBrowser as OPCBrowser Set MyOPCBrowser = MyOPCServer.CreateBrowser '/* Display browser organization lblOrganization = MyOPCBrowser.Organization |
Provide Feedback