Feature.IsValueNull

Feature.IsValueNull method

Bepaalt of het opgegeven kenmerk expliciet is ingesteld opnul waarde.

public bool IsValueNull(string attributeName)
ParameterTypeBeschrijving
attributeNameStringNaam van het attribuut.

Winstwaarde

true als de attribuutwaarde isnul ; anders,false .

Uitzonderingen

uitzonderingvoorwaarde
InvalidOperationExceptionHet attribuut is niet vergrendeld.
ArgumentExceptionHet attribuut met deze naam bestaat niet in deze laag.
ArgumentNullExceptionDe attribuutnaam isnul.

Zie ook