 | TaskSecurityAccessRightType Property |
Gets the enumeration that the
TaskSecurity class uses to represent access rights.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic override Type AccessRightType { get; }
Public Overrides ReadOnly Property AccessRightType As Type
Get
public:
virtual property Type^ AccessRightType {
Type^ get () override;
}
Request Example
View SourceReturn Value
Type:
TypeA
Type object representing the
TaskRights enumeration.
See Also