Opc.Ua.Core
GetArgumentDefaultValue Method



Opc.Ua Namespace > MethodState Class : GetArgumentDefaultValue Method
The context to use.
The output argument description.
Returns the default value for the output argument.
Syntax
'Declaration
 
Protected Function GetArgumentDefaultValue( _
   ByVal context As ISystemContext, _
   ByVal outputArgument As Argument _
) As Object
'Usage
 
Dim instance As MethodState
Dim context As ISystemContext
Dim outputArgument As Argument
Dim value As Object
 
value = instance.GetArgumentDefaultValue(context, outputArgument)
protected object GetArgumentDefaultValue( 
   ISystemContext context,
   Argument outputArgument
)
protected:
Object^ GetArgumentDefaultValue( 
   ISystemContext^ context,
   Argument^ outputArgument
) 

Parameters

context
The context to use.
outputArgument
The output argument description.

Return Value

The default 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