DataDirect XML Converters 5.0 Send comments on this topic.
SetOEMLicenseInfo(String,String,Assembly) Method
See Also 
DDTek.XmlConverter Namespace > ConverterFactory Class > SetOEMLicenseInfo Method : SetOEMLicenseInfo(String,String,Assembly) Method




licenseFileName
password
callingAssembly
Unlock product method for OEM partners

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Sub SetOEMLicenseInfo( _
   ByVal licenseFileName As String, _
   ByVal password As String, _
   ByVal callingAssembly As Assembly _
) 
Visual Basic (Usage)Copy Code
Dim licenseFileName As String
Dim password As String
Dim callingAssembly As Assembly
 
ConverterFactory.SetOEMLicenseInfo(licenseFileName, password, callingAssembly)
C# 
public static void SetOEMLicenseInfo( 
   string licenseFileName,
   string password,
   Assembly callingAssembly
)
Managed Extensions for C++ 
public: static void SetOEMLicenseInfo( 
   string* licenseFileName,
   string* password,
   Assembly* callingAssembly
) 
C++/CLI 
public:
static void SetOEMLicenseInfo( 
   String^ licenseFileName,
   String^ password,
   Assembly^ callingAssembly
) 

Parameters

licenseFileName
password
callingAssembly

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.