Click or drag to resize
LicenseAliasGetMostCurrentAlias Method
Gets the most current alias from a list.

Namespace: com.softwarekey.Client.Licensing
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public static LicenseAlias GetMostCurrentAlias(
	List<LicenseAlias> aliases
)

Parameters

aliases
Type: System.Collections.GenericListLicenseAlias
Generic list of LicenseAlias objects.

Return Value

Type: LicenseAlias
Returns the most current LicenseAlias object.
See Also