XMLDA.NET Reference
BrowseNodeInfoWPF Constructor(String,String,Int32)
See Also  Send Feedback
xmldanet Namespace > BrowseNodeInfoWPF Class > BrowseNodeInfoWPF Constructor : BrowseNodeInfoWPF Constructor(String,String,Int32)

name
name of the branch.
itemPath
accessRights
item accress rights: 0=unknown, 1-In, 2=Out, 3=inOut

Glossary Item Box

Constructor for item node. Typically only used OPCDA.NET internally.

Syntax

Visual Basic (Usage)Copy Code
Dim name As String
Dim itemPath As String
Dim accessRights As Integer
 
Dim instance As New BrowseNodeInfoWPF(name, itemPath, accessRights)
C# 
public BrowseNodeInfoWPF( 
   string name,
   string itemPath,
   int accessRights
)

Parameters

name
name of the branch.
itemPath
accessRights
item accress rights: 0=unknown, 1-In, 2=Out, 3=inOut

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

>

See Also

© 2002-2012 Advosol Inc. All Rights Reserved.