description


Description:

public override string? description { protected set; get; }

A description of the item

If the description is null, then the description is not available at the moment, but should be at a later time.

If the description is an empty string, then no description is available for this item.

This property is set by the notify signal handler of the file property. Changing the file property will update this value.