Feature.UnsetValue
Feature.UnsetValue method
Supprime la valeur d’attribut de cette fonctionnalité.
public void UnsetValue(string attributeName)
Paramètre | Taper | La description |
---|
attributeName | String | Nom de l’attribut. |
Exceptions
exception | condition |
---|
InvalidOperationException | L’attribut n’est pas verrouillé. |
InvalidOperationException | La valeur de cet attribut ne peut pas être annulée. |
ArgumentException | L’attribut portant ce nom n’existe pas dans cette couche. |
ArgumentNullException | Le nom de l’attribut estnull . |
Voir également