This documentation is archived and is not being maintained.

VariableSizeList::IsSynchronized Property

Note: This API is now obsolete.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Common
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

[ObsoleteAttribute(L"Direct using of o.IsSynchronized is obsolete, use ((ICollection)o).IsSyncronized")]
public:
property bool IsSynchronized {
	bool get ();
}

Property Value

Type: System::Boolean
Returns Boolean.

Show: