EnterpriseManagementRelationshipObject.IsDeleted Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets a value that indicates whether this object has been deleted.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim instance As EnterpriseManagementRelationshipObject(Of T)
Dim value As Boolean
value = instance.IsDeleted
Syntax
'Declaration
Public ReadOnly Property IsDeleted As Boolean
public bool IsDeleted { get; }
public:
property bool IsDeleted {
bool get ();
}
/** @property */
public boolean get_IsDeleted ()
public function get IsDeleted () : boolean
Property Value
true if this object has been deleted; otherwise, false. The default is false.
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
EnterpriseManagementRelationshipObject Generic Class
EnterpriseManagementRelationshipObject Members
Microsoft.EnterpriseManagement.Common Namespace