SecurityTaskProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes properties of a task.
public class SecurityTaskProperties
type SecurityTaskProperties = class
Public Class SecurityTaskProperties
- Inheritance
-
SecurityTaskProperties
Constructors
SecurityTaskProperties() |
Initializes a new instance of the SecurityTaskProperties class. |
SecurityTaskProperties(String, Nullable<DateTime>, SecurityTaskParameters, Nullable<DateTime>, String) |
Initializes a new instance of the SecurityTaskProperties class. |
Properties
CreationTimeUtc |
Gets the time this task was discovered in UTC |
LastStateChangeTimeUtc |
Gets the time this task's details were last changed in UTC |
SecurityTaskParameters |
Gets or sets changing set of properties, depending on the task type that is derived from the name field |
State |
Gets state of the task (Active, Resolved etc.) |
SubState |
Gets additional data on the state of the task |