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 or sets the flag that determines whether the resources associated with this object have been disposed.
Namespace: Microsoft.Management.Infrastructure.Options
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public bool IsDisposed { get; }
public:
property bool IsDisposed {
bool get();
}
member IsDisposed : bool with get
Public ReadOnly Property IsDisposed As Boolean
Property Value
Type: System.Boolean
True if the resources associated with this object have been disposed; otherwise False.
See Also
CimOperationOptions Class
Microsoft.Management.Infrastructure.Options Namespace
Return to top