GetLicenseKeyItem Method
See Also 
SourceCode.Hosting.Client Namespace > LicenseManagementAPI Class : GetLicenseKeyItem Method



licenseID
itemName

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function GetLicenseKeyItem( _
   ByVal licenseID As String, _
   ByVal itemName As String _
) As Object
Visual Basic (Usage) Copy Code
Dim instance As LicenseManagementAPI
Dim licenseID As String
Dim itemName As String
Dim value As Object
 
value = instance.GetLicenseKeyItem(licenseID, itemName)
C#  
public object GetLicenseKeyItem( 
   string licenseID,
   string itemName
)
C++/CLI  
public:
Object^ GetLicenseKeyItem( 
   String^ licenseID,
   String^ itemName
) 

Parameters

licenseID
itemName

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