JobExecutionInfo.Flags Property
Applies To: Windows 8.1
Specifies flags that control how the job will be executed.
Namespace: Microsoft.Assessments.Hosting
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)
Usage
'Usage
Dim instance As JobExecutionInfo
Dim value As Integer
value = instance.Flags
instance.Flags = value
Syntax
'Declaration
Public Property Flags As Integer
public int Flags { get; set; }
public:
property int Flags {
int get ();
void set (int __set_formal);
}
/** @property */
public int get_Flags ()
/** @property */
public void set_Flags (int __set_formal)
public function get Flags () : int
public function set Flags (__set_formal : int)
Property Value
Returns Int32.
Remarks
This value can be a combination of the flags defined in the JobExecutionFlags enumeration.
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
Development Platforms
Windows 8.1
See Also
Reference
JobExecutionInfo Class
JobExecutionInfo Members
Microsoft.Assessments.Hosting Namespace