ILicenseType 介面
描述,當授與使用者管理功能,將它們可以存取的授權類型
命名空間: Microsoft.TeamFoundation.Server.Core
組件: Microsoft.TeamFoundation.Server.Core (在 Microsoft.TeamFoundation.Server.Core.dll 中)
語法
'宣告
Public Interface ILicenseType
public interface ILicenseType
ILicenseType 類型會公開下列成員。
屬性
名稱 | 描述 | |
---|---|---|
Description | 授權類型的描述 | |
Features | 在授權所包含的功能,由 ID | |
Id | 授權類型的唯一 ID | |
IsDefault | 這是預設授權類型。如果預設為 true,使用者就可以存取功能的和明確不一定有授權 (雖然使用這類的功能會隱含地將這個授權的 contitute 套用)。 | |
Name | 授權類型的名稱。 |
回頁首