Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the reason that the event was raised.
Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public DataUpdatedReason Reason { get; }
public:
property DataUpdatedReason Reason {
    DataUpdatedReason get();
}
Public ReadOnly Property Reason As DataUpdatedReason
Property Value
Type: Microsoft.WindowsServerSolutions.Administration.ObjectModel.DataUpdatedReason
A value from the DataUpdatedReason enumeration.
Remarks
TBusinessObject represents a business object that encapsulates information and methods that relate to business data or business functionality. The information in the business object is exposed as properties.
See Also
DataUpdatedEventArgs<TBusinessObject> Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top