Share via


VariableSizeList.IsFixedSize Property

NOTE: This API is now obsolete. The non-obsolete alternative is .

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

Syntax

'Declaration
<ObsoleteAttribute("Direct using of o.IsFixedSize is obsolete, use ((IList)o).IsFixedSize")> _
Public ReadOnly Property IsFixedSize As Boolean
'Usage
Dim instance As VariableSizeList 
Dim value As Boolean 

value = instance.IsFixedSize
[ObsoleteAttribute("Direct using of o.IsFixedSize is obsolete, use ((IList)o).IsFixedSize")]
public bool IsFixedSize { get; }
[ObsoleteAttribute(L"Direct using of o.IsFixedSize is obsolete, use ((IList)o).IsFixedSize")]
public:
property bool IsFixedSize {
    bool get ();
}
public function get IsFixedSize () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

VariableSizeList Class

VariableSizeList Members

Microsoft.TeamFoundation.WorkItemTracking.Common Namespace