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 eine dynamische Eigenschaft.

public bool RemoveProperty(string property)
ParameterTypBeschreibung
propertyStringWelche Eigenschaft soll entfernt werden?

Rückgabewert

true, wenn die Eigenschaft erfolgreich entfernt wurde

Siehe auch