Opc.Ua.Core
MethodDeclarationId Property (MethodState)



Opc.Ua Namespace > MethodState Class : MethodDeclarationId Property
The identifier for the declaration of the method in the type model.
Syntax
'Declaration
 
Public Property MethodDeclarationId As NodeId
'Usage
 
Dim instance As MethodState
Dim value As NodeId
 
instance.MethodDeclarationId = value
 
value = instance.MethodDeclarationId
public NodeId MethodDeclarationId {get; set;}
public:
property NodeId^ MethodDeclarationId {
   NodeId^ get();
   void set (    NodeId^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MethodState Class
MethodState Members