 | TaskPrincipalPrivilegesCount Property |
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic int Count { get; }
Public ReadOnly Property Count As Integer
Get
public:
virtual property int Count {
int get () sealed;
}
Request Example
View SourceReturn Value
Type:
Int32The number of elements contained in the
ICollectionT.
See Also