MetadataExchangeClient.ResolveMetadataReferences Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that controls whether references to metadata are resolved.
public:
property bool ResolveMetadataReferences { bool get(); void set(bool value); };
public bool ResolveMetadataReferences { get; set; }
member this.ResolveMetadataReferences : bool with get, set
Public Property ResolveMetadataReferences As Boolean
Property Value
true
if references to metadata are resolved; otherwise, false
. The default is true
.
Remarks
Set the ResolveMetadataReferences property to false
to prevent the resolution of references to metadata. In this case, references are returned as System.ServiceModel.Description.MetadataReference or System.ServiceModel.Description.MetadataLocation objects inside the System.ServiceModel.Description.MetadataSet.