Indicates true to refresh the parent after management object properties are changed. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As SmsFormXmlData
Dim value As Boolean

value = instance.ForceRefresh

instance.ForceRefresh = value

Syntax

Visual Basic
<DefaultValueAttribute(False)> _
<XmlAttributeAttribute("ForceRefresh")> _
Public ForceRefresh As Boolean
C#
[DefaultValueAttribute(false)] 
[XmlAttributeAttribute("ForceRefresh")] 
public bool ForceRefresh
C++
[DefaultValueAttribute(false)] 
[XmlAttributeAttribute(L"ForceRefresh")] 
public:
bool ForceRefresh
J#
/** @attribute DefaultValueAttribute(false) */ 
/** @attribute XmlAttributeAttribute("ForceRefresh") */ 
public boolean ForceRefresh
JScript
DefaultValueAttribute(false) 
XmlAttributeAttribute("ForceRefresh") 
public var ForceRefresh : boolean

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also