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 new data.
Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public ICollection<TBusinessObject> Data { get; }
public:
property ICollection<TBusinessObject>^ Data {
    ICollection<TBusinessObject>^ get();
}
Public ReadOnly Property Data As ICollection(Of TBusinessObject)
Property Value
Type: System.Collections.Generic.ICollection<TBusinessObject>
An instance of ICollection that provides the new data to the DataUpdated event.
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