LicenseAliasGetMostCurrentAlias Method |
Gets the most current alias from a list.
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic static LicenseAlias GetMostCurrentAlias(
List<LicenseAlias> aliases
)
Public Shared Function GetMostCurrentAlias (
aliases As List(Of LicenseAlias)
) As LicenseAlias
public:
static LicenseAlias^ GetMostCurrentAlias(
List<LicenseAlias^>^ aliases
)
Parameters
- aliases
- Type: System.Collections.GenericListLicenseAlias
Generic list of LicenseAlias objects.
Return Value
Type:
LicenseAliasReturns the most current
LicenseAlias object.
See Also