get_parent


Description:

[ Version ( since = "2.0" ) ]
public Component? get_parent ()

Gets the parent component of the property.

Use with caution. When icalproperty is deallocated, it won't deallocate its parent. However the Component object created using this method will be deallocated (if no reference in other places). So You need to make sure there is another reference except the one in Property.

Parameters:

this

The Property

Returns:

The parent Component of Property.