Connectivity Software User's Guide and Reference
Version Property (AttributeStore)



OpcLabs.BaseLibPrimitives Assembly > OpcLabs.BaseLib.ComponentModel.Internal Namespace > AttributeStore Class : Version Property
Syntax
'Declaration
 
Public ReadOnly Property Version As Guid
'Usage
 
Dim instance As AttributeStore
Dim value As Guid
 
instance.Version = value
 
value = instance.Version
public Guid Version {get;}
public:
property Guid Version {
   Guid get();
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also