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.StringLe nom de la propriété à ajouter.
value
Type : System.ObjectLa valeur de la propriété à ajouter.
Voir aussi
Référence
Microsoft.SharePoint.BusinessData.Administration - Espace de noms