Compartilhar via


WorkflowRecord.IsForced Property

Gets or sets a Boolean value that specifies whether the workflow record is forced.

Namespace: Microsoft.Uii.Common.Entities
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)

Usage

'Usage
Dim instance As WorkflowRecord
Dim value As Boolean

value = instance.IsForced

instance.IsForced = value

Syntax

'Declaration
Public Property IsForced As Boolean
public bool IsForced { get; set; }
public:
property bool IsForced {
    bool get ();
    void set (bool value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public boolean get_IsForced ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_IsForced (boolean value)
CompilerGeneratedAttribute 
public function get IsForced () : boolean

CompilerGeneratedAttribute 
public function set IsForced (value : boolean)

Property Value

Type: Boolean
True if the record is forced, otherwise false.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

WorkflowRecord Class
WorkflowRecord Members
Microsoft.Uii.Common.Entities Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.