Data Port Sync 1.0.500

License Constructor (String, String)

[This is preliminary documentation and subject to change.]

Builds a license from a user name and key pair.

[Visual Basic]
Overloads Public Sub New( _
   ByVal String As String, _
   ByVal String As String _
)
[C#]
public License(
   String strUser,
   String strKey
);

Parameters

String
User name.
String
License key.

See Also

License Class | Primeworks.DesktopSqlCe Namespace | License Constructor Overload List