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

See Also

Reference

PolicyBase Class

Microsoft.TeamFoundation.VersionControl.Client Namespace