UserDelegationDataSet.ResourceDelegationsDataTable.Count property
在ResourceDelegationsDataTable中取得資料列的數目。
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'宣告
<BrowsableAttribute(False)> _
Public ReadOnly Property Count As Integer
Get
'用途
Dim instance As UserDelegationDataSet.ResourceDelegationsDataTable
Dim value As Integer
value = instance.Count
[BrowsableAttribute(false)]
public int Count { get; }
Property value
Type: System.Int32
請參閱
參照
UserDelegationDataSet.ResourceDelegationsDataTable class