WssSettingsDataSet.WssAdminDataTable.Item 属性
获取WssAdminDataTable,其中由索引指定行中的一行。
命名空间: WebSvcWssInterop
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public ReadOnly Property Item ( _
index As Integer _
) As WssSettingsDataSet.WssAdminRow
Get
用法
Dim instance As WssSettingsDataSet.WssAdminDataTable
Dim index As Integer
Dim value As WssSettingsDataSet.WssAdminRow
value = instance.Item(index)
public WssSettingsDataSet.WssAdminRow this[
int index
] { get; }
参数
- index
类型:System.Int32
属性值
类型:WebSvcWssInterop.WssSettingsDataSet.WssAdminRow
另请参阅
引用
WssSettingsDataSet.WssAdminDataTable 类