SecurityTaskProperties Class

Definition

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

Applies to