SPField.GetProperty - Méthode
Obtient la valeur de la propriété spécifiée.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Overridable Function GetProperty ( _
propertyName As String _
) As String
'Utilisation
Dim instance As SPField
Dim propertyName As String
Dim returnValue As String
returnValue = instance.GetProperty(propertyName)
public virtual string GetProperty(
string propertyName
)
Paramètres
propertyName
Type : System.StringNom de la propriété.
Valeur renvoyée
Type : System.String
La valeur de la propriété.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | propertyName est null ou est vide. |
Remarques
Cette méthode permet d'optimiser l'accès aux attributs de champ couramment utilisés et étend renvoi d'attributs d'un champ défini par l'utilisateur.