QuickOPC User's Guide and Reference
Model Property



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Modelling Namespace > UAModelClient Class : Model Property
The OPC-UA information model. A null reference for no model.
Syntax
'Declaration
 
<CanBeNullAttribute()>
<DefaultValueAttribute()>
Public ReadOnly Property Model As UAModel
'Usage
 
Dim instance As UAModelClient
Dim value As UAModel
 
value = instance.Model
[CanBeNull()]
[DefaultValue()]
public UAModel Model {get;}
[CanBeNull()]
[DefaultValue()]
public:
property UAModel^ Model {
   UAModel^ get();
}
Requirements

Target Platforms: Windows 7 with SP1, Windows Server 2008 R2 with SP1

See Also

Reference

UAModelClient Class
UAModelClient Members