PermissionDataSet.ActionsDataTable.Count-Eigenschaft
Ruft die Anzahl von Row-Objekten in der ActionsDataTable.
Namespace: WebSvcSecurity
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Count As Integer
Get
'Usage
Dim instance As PermissionDataSet.ActionsDataTable
Dim value As Integer
value = instance.Count
[BrowsableAttribute(false)]
public int Count { get; }
Eigenschaftswert
Typ: System.Int32
Siehe auch
Referenz
PermissionDataSet.ActionsDataTable Klasse