LicensePackage.LicenseTypes Property
The type of licenses availale in the TFS server instance
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Property LicenseTypes As LicenseType()
public LicenseType[] LicenseTypes { get; set; }
public:
property array<LicenseType^>^ LicenseTypes {
array<LicenseType^>^ get ();
void set (array<LicenseType^>^ value);
}
member LicenseTypes : LicenseType[] with get, set
function get LicenseTypes () : LicenseType[]
function set LicenseTypes (value : LicenseType[])
Property Value
Type: array<Microsoft.TeamFoundation.Server.Core.LicenseType[]
.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.