Delen via


ResultObjectsManager.AutoRefresh Property

Gets or sets a value that indicates whether automatic calls are made to the refresh method for all site control file classes using the SiteCode property of the current object (default).

Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

'Usage
Dim instance As ResultObjectsManager
Dim value As Boolean

value = instance.AutoRefresh

instance.AutoRefresh = value

Syntax

'Declaration
Public Property AutoRefresh As Boolean
public bool AutoRefresh { get; set; }
public:
virtual property bool AutoRefresh {
    bool get () sealed;
    void set (bool value) sealed;
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public final boolean get_AutoRefresh ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public final void set_AutoRefresh (boolean value)
DebuggerStepThroughAttribute 
public final function get AutoRefresh () : boolean

DebuggerStepThroughAttribute 
public final function set AutoRefresh (value : boolean)

Property Value

true if automatic calls are made; otherwise false.

Remarks

Automatic refresh is supported for get operations.

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

ResultObjectsManager Class
ResultObjectsManager Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace