SecurityTemplatesDataSet.CategoryPermissionsDataTable.Item 屬性
CategoryPermissionsDataTable,其中 index 所指定之列中取得的資料列。
命名空間: WebSvcSecurity
組件: ProjectServerServices (在 ProjectServerServices.dll 中)
語法
'宣告
Public ReadOnly Property Item ( _
index As Integer _
) As SecurityTemplatesDataSet.CategoryPermissionsRow
Get
'用途
Dim instance As SecurityTemplatesDataSet.CategoryPermissionsDataTable
Dim index As Integer
Dim value As SecurityTemplatesDataSet.CategoryPermissionsRow
value = instance.Item(index)
public SecurityTemplatesDataSet.CategoryPermissionsRow this[
int index
] { get; }
參數
index
類型:System.Int32指定的資料列。
屬性值
類型:WebSvcSecurity.SecurityTemplatesDataSet.CategoryPermissionsRow
請參閱
參照
SecurityTemplatesDataSet.CategoryPermissionsDataTable 類別