Feature.UnsetValue

Feature.UnsetValue method

Tar bort attributvärdet från denna funktion.

public void UnsetValue(string attributeName)
ParameterTypBeskrivning
attributeNameStringNamn på attributet.

Undantag

undantagskick
InvalidOperationExceptionAttributet är inte låst.
InvalidOperationExceptionVärdet för detta attribut kan inte återställas.
ArgumentExceptionAttributet med detta namn finns inte i det här lagret.
ArgumentNullExceptionAttributnamnet ärnull.

Se även