SmsFormXmlData.ForceRefresh Field
Indicates true to refresh the parent after management object properties are changed.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim instance As SmsFormXmlData
Dim value As Boolean
value = instance.ForceRefresh
instance.ForceRefresh = value
Syntax
'Declaration
<DefaultValueAttribute(False)> _
<XmlAttributeAttribute("ForceRefresh")> _
Public ForceRefresh As Boolean
[DefaultValueAttribute(false)]
[XmlAttributeAttribute("ForceRefresh")]
public bool ForceRefresh
[DefaultValueAttribute(false)]
[XmlAttributeAttribute(L"ForceRefresh")]
public:
bool ForceRefresh
/** @attribute DefaultValueAttribute(false) */
/** @attribute XmlAttributeAttribute("ForceRefresh") */
public boolean ForceRefresh
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
Reference
SmsFormXmlData Class
SmsFormXmlData Members
Microsoft.ConfigurationManagement.AdminConsole Namespace