Partager via


PropertyCollection.Add - Méthode (String, Object)

Ajoute une propriété à la collection à l'aide du nom et la valeur de la propriété.

Espace de noms :  Microsoft.SharePoint.BusinessData.Administration
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Sub Add ( _
    name As String, _
    value As Object _
)
'Utilisation
Dim instance As PropertyCollection
Dim name As String
Dim value As Object

instance.Add(name, value)
public void Add(
    string name,
    Object value
)

Paramètres

  • name
    Type : System.String

    Le nom de la propriété à ajouter.

  • value
    Type : System.Object

    La valeur de la propriété à ajouter.

Voir aussi

Référence

PropertyCollection classe

PropertyCollection - Membres

Add - Surcharge

Microsoft.SharePoint.BusinessData.Administration - Espace de noms