Opc.Ua.Core
ModelVersion Property



Opc.Ua.Export Namespace > ModelTableEntry Class : ModelVersion Property
Syntax
'Declaration
 
<XmlAttributeAttribute()>
Public Property ModelVersion As String
'Usage
 
Dim instance As ModelTableEntry
Dim value As String
 
instance.ModelVersion = value
 
value = instance.ModelVersion
[XmlAttribute()]
public string ModelVersion {get; set;}
[XmlAttribute()]
public:
property String^ ModelVersion {
   String^ get();
   void set (    String^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ModelTableEntry Class
ModelTableEntry Members