OrderedCollectionBase<T>.MaxSize property
Namespace: Microsoft.Office.Server.Search.Query.Rules
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
<DataMemberAttribute> _
Public Property MaxSize As Integer
Get
Private Set
'Uso
Dim instance As OrderedCollectionBase
Dim value As Integer
value = instance.MaxSize
[DataMemberAttribute]
public int MaxSize { get; private set; }
Property value
Type: System.Int32
Ver também
Referência
OrderedCollectionBase<T> class