DataSourcePermission.GetReferences(Hashtable, Boolean) Method

Definition

Gets the objects that the DataSourcePermission references.

public override System.Collections.Hashtable GetReferences (System.Collections.Hashtable references, bool forMajorChildrenAlso);
override this.GetReferences : System.Collections.Hashtable * bool -> System.Collections.Hashtable
Public Overrides Function GetReferences (references As Hashtable, forMajorChildrenAlso As Boolean) As Hashtable

Parameters

references
Hashtable

Specifies the Hashtable where the references are appended.

forMajorChildrenAlso
Boolean

true to reference for major children; otherwise, false.

Returns

The references Hashtable with the objects that the GetReferences appended.

Remarks

This API supports the product infrastructure and is not intended to be used directly from your code.

Applies to