Opc.Ua.Core
OutputArguments Property



Opc.Ua Namespace > MethodState Class : OutputArguments Property
The output arguments for the method.
Syntax
'Declaration
 
Public Property OutputArguments As PropertyState(Of Argument())
'Usage
 
Dim instance As MethodState
Dim value As PropertyState(Of Argument())
 
instance.OutputArguments = value
 
value = instance.OutputArguments
public PropertyState<Argument[]> OutputArguments {get; set;}
public:
property PropertyState<array<Argument^>>^ OutputArguments {
   PropertyState<array<Argument^>>^ get();
   void set (    PropertyState<array<Argument^>>^ 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