Opc.Ua.Core
Uuid Constructor(Guid)



Opc.Ua Namespace > Uuid Structure > Uuid Constructor : Uuid Constructor(Guid)
The Guid to wrap
Initializes the object with a Guid.
Syntax
'Declaration
 
Public Function New( _
   ByVal guid As Guid _
)
'Usage
 
Dim guid As Guid
 
Dim instance As New Uuid(guid)
public Uuid( 
   Guid guid
)
public:
Uuid( 
   Guid guid
)

Parameters

guid
The Guid to wrap
Remarks
Initializes the object with a Guid.
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
Overload List