BaseInfoCollection<T>.LastItemName - Propriété
Le nom du dernier élément ajouté à la collection.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
<DataMemberAttribute> _
Public Property LastItemName As String
Get
Set
'Utilisation
Dim instance As BaseInfoCollection
Dim value As String
value = instance.LastItemName
instance.LastItemName = value
[DataMemberAttribute]
public string LastItemName { get; set; }
Valeur de propriété
Type : System.String
Voir aussi
Référence
BaseInfoCollection<T> - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms