LicenseCollectionExtensionsIsFoundationLicenseAvailable Method

CVB.Net Documentation
Check whether at least one license for the foundation package is available on this system.

Namespace:  Stemmer.Cvb.Collections.Generic
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static bool IsFoundationLicenseAvailable(
	this ICollection<LicenseInfo> list
)

Parameters

list
Type: System.Collections.GenericICollectionLicenseInfo
collection to check

Return Value

Type: Boolean
true
if the collection contains at least one license for the Foundation package

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ICollectionLicenseInfo. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also

Reference