An NDoc Documented Class Library

EventEmitter.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", "LOCATION", "DTSTART", "DURATION", "DESCRIPTION", "BODY" and "DTEND" 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

EventEmitter Class | RemoteCalendars.Core Namespace