Visual Basic (Declaration) | |
---|---|
Public Function GetUaMethodDefinition( _ ByVal nodeID As String _ ) As UaMethodArguments |
C# | |
---|---|
public UaMethodArguments GetUaMethodDefinition( string nodeID ) |
Parameters
- nodeID
- Node identifier (item ID) of teh method to be queried.
Return Value
Object with the input and output parameter definitions. A null value indicated that there are no inout arguments or results.Target Platforms: Windows 7/8/10, Windows Server 2008/2012/2016, .NET 4.x