ObjectChangelist.Deletes 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 deletes.
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.Deletes
Syntax
'Declaration
Public ReadOnly Property Deletes As IList(Of T)
public IList<T> Deletes { get; }
public:
property IList<T>^ Deletes {
IList<T>^ get ();
}
/** @property */
public IList<T> get_Deletes ()
public function get Deletes () : IList<T>
Property Value
The collection of deletes.
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