Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
Visual Basic |
---|
Dim instance As SmsPageData Dim value As PropertyDataUpdated value = instance.DataUpdatedDelegate instance.DataUpdatedDelegate = value |
Syntax
Visual Basic |
---|
Public Property DataUpdatedDelegate As PropertyDataUpdated |
C# |
---|
public PropertyDataUpdated DataUpdatedDelegate { get; set; } |
C++ |
---|
public: property PropertyDataUpdated^ DataUpdatedDelegate { PropertyDataUpdated^ get (); void set (PropertyDataUpdated^ value); } |
J# |
---|
/** @property */ public PropertyDataUpdated get_DataUpdatedDelegate () /** @property */ public void set_DataUpdatedDelegate (PropertyDataUpdated value) |
JScript |
---|
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.