 | TaskPrincipalPrivilegesIsReadOnly Property |
Gets a value indicating whether the
ICollectionT is read-only.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic bool IsReadOnly { get; }
Public ReadOnly Property IsReadOnly As Boolean
Get
public:
virtual property bool IsReadOnly {
bool get () sealed;
}
Request Example
View SourceReturn Value
Type:
Booleantrue if the
ICollectionT is read-only; otherwise, false.
See Also