SolutionParameters.Flags Property
Applies To: Windows 8.1
Specifies flags that control how the solution is initialized. This value can be a combination of the flags defined in the SolutionFlags enumeration.
Namespace: Microsoft.Assessments.Hosting
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)
Usage
'Usage
Dim instance As SolutionParameters
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.
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
SolutionParameters Class
SolutionParameters Members
Microsoft.Assessments.Hosting Namespace