ScheduleExpiration.Item Property

Definition

Gets or sets the scheduled expiration of a cached report.

public:
 property ReportService2010::ScheduleDefinitionOrReference ^ Item { ReportService2010::ScheduleDefinitionOrReference ^ get(); void set(ReportService2010::ScheduleDefinitionOrReference ^ value); };
[System.Xml.Serialization.XmlElement("ScheduleDefinition", typeof(ReportService2010.ScheduleDefinition))]
[System.Xml.Serialization.XmlElement("ScheduleReference", typeof(ReportService2010.ScheduleReference))]
public ReportService2010.ScheduleDefinitionOrReference Item { get; set; }
[<System.Xml.Serialization.XmlElement("ScheduleDefinition", typeof(ReportService2010.ScheduleDefinition))>]
[<System.Xml.Serialization.XmlElement("ScheduleReference", typeof(ReportService2010.ScheduleReference))>]
member this.Item : ReportService2010.ScheduleDefinitionOrReference with get, set
Public Property Item As ScheduleDefinitionOrReference

Property Value

Returns the scheduled expiration of a cached report.

Attributes

Applies to