OrderedVariableSizeList.IsSynchronized Property
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
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.