SmsPageControl.ForceRefresh Property
Gets a value that indicates whether the parent should be refreshed after management object properties are changed.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim instance As SmsPageControl
Dim value As Boolean
value = instance.ForceRefresh
Syntax
'Declaration
Public ReadOnly Property ForceRefresh As Boolean
public bool ForceRefresh { get; }
public:
property bool ForceRefresh {
bool get ();
}
/** @property */
public boolean get_ForceRefresh ()
public function get ForceRefresh () : boolean
Property Value
true to refresh the parent; 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