'Declaration
<NotNullAttribute()> Public Shared Function CreateWithServerModel() As UAModelClient
'Usage
Dim value As UAModelClient value = UAModelClient.CreateWithServerModel()
[NotNull()] public static UAModelClient CreateWithServerModel()
[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).