SPField.SetCustomProperty - Méthode
Définit une valeur pour la propriété spécifiée.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Sub SetCustomProperty ( _
propertyName As String, _
propertyValue As Object _
)
'Utilisation
Dim instance As SPField
Dim propertyName As String
Dim propertyValue As Object
instance.SetCustomProperty(propertyName, _
propertyValue)
public void SetCustomProperty(
string propertyName,
Object propertyValue
)
Paramètres
propertyName
Type : System.StringLe nom de propriété.
propertyValue
Type : System.ObjectLa valeur de la propriété.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | propertyName est vide ou null . |
Remarques
Cette méthode définit la valeur de la propriété spécifiée.