Touchstone 11.0 API Reference
ProductCodes Property


Air.Services.Proxy Assembly > AIR.Services.Security.License.Data Namespace > Module Class : ProductCodes Property
Contains a list of product codes related to the module that you have specified for inclusion in a license.
Syntax
Public Property ProductCodes As List(Of String)
Dim instance As Module
Dim value As List(Of String)
 
instance.ProductCodes = value
 
value = instance.ProductCodes
public List<string> ProductCodes {get; set;}
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

Module Class
Module Members