GetSDKReferenceFiles.ReferenceExtensions Property

Definition

Extensions which should be considered reference files, we will look for the files in the order they are specified in the array.

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

Property Value

String[]

Returns String.

Applies to