An NDoc Documented Class Library

TodoEmitter.doValueProperty Method 

The value property is the value of the entry defined by the ID, when there are no additional attributes in the entry. Works with "SUMMARY", "DTSTART", "DUE", "DESCRIPTION" and "BODY" properties

public override void doValueProperty(
   Token t,
   Token iprop
);

Parameters

t
The token contains the value of the property
iprop
The name of the property

Implements

IEmitter.doValueProperty

See Also

TodoEmitter Class | RemoteCalendars.Core Namespace