DevForce Help Reference
UniqueId Constructor


Creates a new instance of UniqueId.
Syntax
'Declaration
 
Public Function New( _
   ByVal property As DataEntityProperty, _
   ByVal value As Object _
)
'Usage
 
Dim property As DataEntityProperty
Dim value As Object
 
Dim instance As New UniqueId(property, value)
public UniqueId( 
   DataEntityProperty property,
   object value
)

Parameters

property
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

UniqueId Class
UniqueId Members

Send Feedback