'Declaration
<JetBrains.Annotations.NotNullAttribute()> Public Shared Function CreateWithServerModel() As UAModelClient
'Usage
Dim value As UAModelClient value = UAModelClient.CreateWithServerModel()
[JetBrains.Annotations.NotNull()] public static UAModelClient CreateWithServerModel()
[JetBrains.Annotations.NotNull()] public: static UAModelClient^ CreateWithServerModel();
Return Value
Returns the OPC-UA model client created with the server-resident model.
This method never returns null
(Nothing
in Visual Basic).