'Declaration
<ExtensionAttribute()> <NotNullAttribute()> Public Overloads Shared Function ReadDisplayName( _ ByVal client As IEasyUAClient, _ ByVal nodeArguments As UANodeArguments _ ) As String
'Usage
Dim client As IEasyUAClient Dim nodeArguments As UANodeArguments Dim value As String value = IEasyUAClientExtension2.ReadDisplayName(client, nodeArguments)
[Extension()] [NotNull()] public static string ReadDisplayName( IEasyUAClient client, UANodeArguments nodeArguments )
[Extension()] [NotNull()] public: static String^ ReadDisplayName( IEasyUAClient^ client, UANodeArguments^ nodeArguments )
Parameters
- client
- The client object that will perform the operation.
This is typically the OpcLabs.EasyOpc.UA.EasyUAClient object.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - nodeArguments
- An arguments object that specifies the node in the OPC server.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
This method never returns null
(Nothing
in Visual Basic).