<div class="content" name="Schedules" uuid="07e26599-d209-47ac-8529-e46a1a467e0d"><p>The Schedules (Get) method retrieves the Schedules property,
as specified in the property table in section <a href="1809d280-56e0-4c78-9546-ad1869c3a16a" data-linktype="relative-path">3.2.4.1</a>.</p><dl>
<dd>
<div><pre> [propget] HRESULT Schedules(
   [out, retval] IScheduleCollection** ppSchedules
 );
</pre></div>
</dd></dl><p><b>ppSchedules: </b>Receives a pointer to the
schedule collection object. Schedules are created with the <a href="fce80865-21a9-4373-ad61-b3fbfb794bc4" data-linktype="relative-path">CreateSchedule</a> method. </p><p><b>Return Values: </b>This method MUST return an
HRESULT with the severity bit clear on success as specified in <a href="../ms-erref/1bc92ddf-b79e-413c-bbaa-99a5281a6c90" data-linktype="relative-path">[MS-ERREF]</a>;
otherwise, it MUST return one of the errors as defined in <a href="590752a5-ddc3-49e4-9914-147a90bd0193" data-linktype="relative-path">2.2.1</a> or one of the errors
as defined in [MS-ERREF] section <a href="../ms-erref/0642cb2f-2075-4469-918c-4441e69c548a" data-linktype="relative-path">2.1</a>.</p></div>