ServerMethodNodeOutputParameters Property

CVB.Net Documentation
The collection of output parameters.

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

public IServerMethodParameterCollection OutputParameters { get; }

Property Value

Type: IServerMethodParameterCollection

Implements

IServerMethodNodeOutputParameters
Remarks

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

Reference