SmsPageControl.ResetItemCheckState Property
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
'Usage
Dim instance As SmsPageControl
Dim value As Boolean
instance.ResetItemCheckState = value
Syntax
'Declaration
Public WriteOnly Property ResetItemCheckState As Boolean
public bool ResetItemCheckState { set; }
public:
property bool ResetItemCheckState {
void set (bool value);
}
/** @property */
public void set_ResetItemCheckState (boolean value)
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
Reference
SmsPageControl Class
SmsPageControl Members
Microsoft.ConfigurationManagement.AdminConsole Namespace