ObjectChangelist.Updates Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets a proxy collection for updates.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim instance As ObjectChangelist(Of T)
Dim value As IList(Of T)
value = instance.Updates
Syntax
'Declaration
Public ReadOnly Property Updates As IList(Of T)
public IList<T> Updates { get; }
public:
property IList<T>^ Updates {
IList<T>^ get ();
}
/** @property */
public IList<T> get_Updates ()
public function get Updates () : IList<T>
Property Value
The collection of updates.
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 Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
ObjectChangelist Generic Class
ObjectChangelist Members
Microsoft.EnterpriseManagement.Common Namespace