Opc.Ua.Core
GuidString Property



Opc.Ua Namespace > Uuid Structure : GuidString Property
The GUID serialized as a string.
Syntax
'Declaration
 
<DataMemberAttribute(Name="String", Order=1)>
Public Property GuidString As String
 
'Usage
 
Dim instance As Uuid
Dim value As String
 
instance.GuidString = value
 
value = instance.GuidString
Remarks
The GUID serialized as a string.
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

Uuid Structure
Uuid Members