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)
Syntax
'Declaration
Protected ReadOnly Property Disposed As Boolean
protected bool Disposed { get; }
protected:
property bool Disposed {
bool get ();
}
member Disposed : bool with get
function get Disposed () : boolean
Property Value
Type: System.Boolean
True if this object has been disposed; otherwise, False.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.