Sets a value that indicates the item check state for list view and checked list box items. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As SmsPageControl
Dim value As Boolean

instance.ResetItemCheckState = value

Syntax

Visual Basic
Public WriteOnly Property ResetItemCheckState As Boolean
C#
public bool ResetItemCheckState { set; }
C++
public:
property bool ResetItemCheckState {
		void set (bool value);
}
J#
/** @property */
public void set_ResetItemCheckState (boolean value)
JScript
public function set ResetItemCheckState (value : boolean)

Property Value

true to display list view and checked list box items; 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

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also