Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Get
[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
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.