This documentation is archived and is not being maintained.

PolicyBase::Disposed Property

Returns true if this object has been disposed.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

protected:
property bool Disposed {
	bool get ();
}

Property Value

Type: System::Boolean
True if this object has been disposed; otherwise, False.

Show: