Opc.Ua.Core
Implicit Type Conversion Operator (Uuid)



Opc.Ua Namespace > Uuid Structure : Implicit Type Conversion Operator
The Guid to convert to a Uuid
Converts Uuid to a Guid structure.
Syntax
'Declaration
 
Public Operator Widening CType( _
   ByVal guid As Uuid _
) As Guid
'Usage
 
public Guid operator implicit( 
   Uuid guid
)
public:
operator Guid ( 
   Uuid guid
)

Parameters

guid
The Guid to convert to a Uuid
Remarks
Converts Uuid to a Guid structure.
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