LicensePackage.ILicensePackage.LicenseTypes Property
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Private ReadOnly Property LicenseTypes As ILicenseType()
Implements ILicensePackage.LicenseTypes
ILicenseType[] ILicensePackage.LicenseTypes { get; }
private:
virtual property array<ILicenseType^>^ LicenseTypes {
array<ILicenseType^>^ get () sealed = ILicensePackage::LicenseTypes::get;
}
private abstract LicenseTypes : ILicenseType[] with get
private override LicenseTypes : ILicenseType[] with get
JScript does not support explicit interface implementations.
Property Value
Type: array<Microsoft.TeamFoundation.Framework.Server.Alm.ILicenseType[]
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.