MetadataExchangeClient.MaximumResolvedReferences Property

Definition

Gets or sets the maximum number of references to metadata that the MetadataExchangeClient downloads.

public:
 property int MaximumResolvedReferences { int get(); void set(int value); };
public int MaximumResolvedReferences { get; set; }
member this.MaximumResolvedReferences : int with get, set
Public Property MaximumResolvedReferences As Integer

Property Value

The number of metadata references the MetadataExchangeClient resolves. The default is 10.

Remarks

Use the MaximumResolvedReferences property to limit the resources accessed by metadata that contains a large number of references. This limit applies to any reference in the metadata that results in a subsequent request, including metadata references, metadata locations, WSDL imports, and XML Schema imports and includes.

Applies to