PolicyBase.Disposed Property
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Protected ReadOnly Property Disposed As Boolean
'Usage
Dim value As Boolean
value = Me.Disposed
protected bool Disposed { get; }
protected:
property bool Disposed {
bool get ();
}
protected function get Disposed () : boolean
Property Value
Type: System.Boolean
.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.