This documentation is archived and is not being maintained.

ReadOnlyList::IsFixedSize 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.IsFixedSize is obsolete, use ((IList)o).IsFixedSize")]
public:
property bool IsFixedSize {
	bool get ();
}

Property Value

Type: System::Boolean
Returns Boolean.

Show: