RemoveProperty

RemoveProperty(Property)

Entfernt eine dynamische Eigenschaft.

public bool RemoveProperty(Property property)
ParameterTypBeschreibung
propertyPropertyWelche Eigenschaft soll entfernt werden?

Rückgabewert

true, wenn die Eigenschaft erfolgreich entfernt wurde

Siehe auch


RemoveProperty(string)

Entfernt die angegebene Eigenschaft identifiziert durch name

public bool RemoveProperty(string property)
ParameterTypBeschreibung
propertyString

Siehe auch