ServerMethodNodeInputParameters Property

CVB.Net Documentation
The collection of input parameters.

Namespace:  Stemmer.Cvb.Foundation.OpcUa
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public IServerMethodParameterCollection InputParameters { get; }

Property Value

Type: IServerMethodParameterCollection

Implements

IServerMethodNodeInputParameters
Remarks

Attention: add parameters before adding this Node to the OpcUaServer. Otherwise the parameters are not visible to a OpcUaClient .
See Also

Reference