<div class="content" name="Sources" uuid="c733b3d6-778b-40a0-a5be-765840cb449e"><p>The Sources (get) method retrieves the <i>sources</i> for
this <a href="666f71d4-2f9d-4a15-9e9a-1a1190cc9313" data-linktype="relative-path">Property Definition
Instance</a> and returns S_OK upon successful completion.</p><dl>
<dd>
<div><pre> [propget, id(FSRM_PROPERTY(FSRM_DISPID_PROPERTY | 0x03))] HRESULT Sources(
   [out, retval] SAFEARRAY(VARIANT)* sources
 );
</pre></div>
</dd></dl><p><b>sources: </b>Contains the array of sources for the
Property Definition Instance.</p><p><b>Return Values: </b>The method MUST return zero on
success, or a nonzero error code on failure.</p><p>The server MUST set the <i>sources</i> to the list of
sources for this Property Definition Instance or return a nonzero error code.</p></div>