uaPLUS Reference
SetTargetAttributes Method
See Also  Send Feedback
Opc.Ua Namespace > ReferenceDescription Class : SetTargetAttributes Method

resultMask
nodeClass
browseName
displayName
typeDefinition

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Sub SetTargetAttributes( _
   ByVal resultMask As BrowseResultMask, _
   ByVal nodeClass As NodeClass, _
   ByVal browseName As QualifiedName, _
   ByVal displayName As LocalizedText, _
   ByVal typeDefinition As ExpandedNodeId _
) 
C# 
public void SetTargetAttributes( 
   BrowseResultMask resultMask,
   NodeClass nodeClass,
   QualifiedName browseName,
   LocalizedText displayName,
   ExpandedNodeId typeDefinition
)

Parameters

resultMask
nodeClass
browseName
displayName
typeDefinition

Requirements

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

See Also

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