Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Note: This API is now obsolete.
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
[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 ();
}
[<ObsoleteAttribute("Direct using of o.IsSynchronized is obsolete, use ((ICollection)o).IsSyncronized")>]
member IsSynchronized : bool with get
function get IsSynchronized () : boolean
Property Value
Type: System.Boolean
Returns 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.