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.
This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.
NOTE: This API is now obsolete. The non-obsolete alternative is .
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Common
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
<ObsoleteAttribute("Direct using of o.IsSynchronized is obsolete, use ((ICollection)o).IsSyncronized")> _
Public ReadOnly Property IsSynchronized As Boolean
'Usage
Dim instance As ReadOnlyList
Dim value As Boolean
value = instance.IsSynchronized
[ObsoleteAttribute("Direct using of o.IsSynchronized is obsolete, use ((ICollection)o).IsSyncronized")]
public bool IsSynchronized { get; }
[ObsoleteAttribute(L"Direct using of o.IsSynchronized is obsolete, use ((ICollection)o).IsSyncronized")]
public:
property bool IsSynchronized {
bool get ();
}
public function get IsSynchronized () : 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.