Set the value of a property.

Namespace:  BioSharp.Core.Bio
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
void SetProperty(
	Object key,
	Object value
)

Parameters

key
Type: System..::.Object
the key object
value
Type: System..::.Object
the new value for this key

Remarks

This method throws an exception if either properties can not be added to this object, or that this particular property is immutable or illegal within the implementation.

Normal raw access to the property. For cleverer access, use methods in AnnotationType.

See Also