OrderedCollectionBase<T>.MaxSize - Propriété
Espace de noms : Microsoft.Office.Server.Search.Query.Rules
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
<DataMemberAttribute> _
Public Property MaxSize As Integer
Get
Private Set
'Utilisation
Dim instance As OrderedCollectionBase
Dim value As Integer
value = instance.MaxSize
[DataMemberAttribute]
public int MaxSize { get; private set; }
Valeur de propriété
Type : System.Int32
Voir aussi
Référence
OrderedCollectionBase<T> classe