OPCDA.NET Reference Manual
QueryAvailableProperties Method
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET Namespace > OpcServer Class : QueryAvailableProperties Method

itemID
The ItemID for which the caller wants to know the available properties
opcProperties

Glossary Item Box

Return a list of ID codes and descriptions for the available properties for this ITEMID. This list may differ for different ItemIDs. This list is expected to be relatively stable for a particular ItemID. That is, it could be affected from time to time by changes to the underlying system's configuration. ( IOPCItemProperties::QueryAvailableProperties )

Syntax

Visual Basic (Declaration) 
Public Function QueryAvailableProperties( _
   ByVal itemID As String, _
   ByRef opcProperties As OPCItemProperty() _
) As Integer
C# 
public int QueryAvailableProperties( 
   string itemID,
   out OPCItemProperty[] opcProperties
)

Parameters

itemID
The ItemID for which the caller wants to know the available properties
opcProperties

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x

See Also

Copyright © 2002-2018 Advosol Inc. All Rights Reserved.