
Visual Basic (Declaration) | |
---|---|
Public MustInherit Class LicenseCollection Inherits Agilent.SA.Vsa.RemotableCollection(Of License) Implements ICollectionBase, Agilent.SA.Vsa.ICollectionBase(Of License), IPropertyInfo, IPropertyInfo2, IRemoteNotifyCollectionChanged, IRemoteNotifyPropertyChanged, IRemoteNotifyPropertyInfoChanged |
C# | |
---|---|
public abstract class LicenseCollection : Agilent.SA.Vsa.RemotableCollection<License>, ICollectionBase, Agilent.SA.Vsa.ICollectionBase<License>, IPropertyInfo, IPropertyInfo2, IRemoteNotifyCollectionChanged, IRemoteNotifyPropertyChanged, IRemoteNotifyPropertyInfoChanged |
C++/CLI | |
---|---|
public ref class LicenseCollection abstract : public Agilent.SA.Vsa.RemotableCollection<License>, ICollectionBase, Agilent.SA.Vsa.ICollectionBase<License>, IPropertyInfo, IPropertyInfo2, IRemoteNotifyCollectionChanged, IRemoteNotifyPropertyChanged, IRemoteNotifyPropertyInfoChanged |
The collection contains all the licenses available to the application. The valid licenses have License.IsValid set to true.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)