Feature.IsValueNull

Feature.IsValueNull method

Détermine si l’attribut spécifié a été explicitement défini surnul valeur.

public bool IsValueNull(string attributeName)
ParamètreTaperLa description
attributeNameStringNom de l’attribut.

Return_Value

true si la valeur de l’attribut estnul ; sinon,false .

Exceptions

exceptioncondition
InvalidOperationExceptionL’attribut n’est pas verrouillé.
ArgumentExceptionL’attribut portant ce nom n’existe pas dans cette couche.
ArgumentNullExceptionLe nom de l’attribut estnul.

Voir également