ResolveAssemblyReference.AllowedRelatedFileExtensions Property

Definition

[default=.pdb;.xml] These are the extensions that will be considered when looking for related files.

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

public:
 property cli::array <System::String ^> ^ AllowedRelatedFileExtensions { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public string[] AllowedRelatedFileExtensions { get; set; }
member this.AllowedRelatedFileExtensions : string[] with get, set
Public Property AllowedRelatedFileExtensions As String()

Property Value

String[]

The extensions that will be considered when searching for related files.

Remarks

The default extensions are .pdb and .xml.

Applies to