SmsPageData.DataUpdatedDelegate Property

Gets or sets a delegate for managing the Refresh verb for a QueryNodeBase object.

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

Usage

'Usage
Dim instance As SmsPageData
Dim value As PropertyDataUpdated

value = instance.DataUpdatedDelegate

instance.DataUpdatedDelegate = value

Syntax

'Declaration
Public Property DataUpdatedDelegate As PropertyDataUpdated
public PropertyDataUpdated DataUpdatedDelegate { get; set; }
public:
property PropertyDataUpdated^ DataUpdatedDelegate {
    PropertyDataUpdated^ get ();
    void set (PropertyDataUpdated^ value);
}
/** @property */
public PropertyDataUpdated get_DataUpdatedDelegate ()

/** @property */
public void set_DataUpdatedDelegate (PropertyDataUpdated value)
public function get DataUpdatedDelegate () : PropertyDataUpdated

public function set DataUpdatedDelegate (value : PropertyDataUpdated)

Property Value

PropertyDataUpdated delegate.

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

SmsPageData Class
SmsPageData Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
PropertyDataUpdated Delegate