AL.EvidenceFile Property

Definition

Gets or sets the file to embed in the assembly with the resource name of Security.Evidence.

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

public:
 property System::String ^ EvidenceFile { System::String ^ get(); void set(System::String ^ value); };
public string EvidenceFile { get; set; }
member this.EvidenceFile : string with get, set
Public Property EvidenceFile As String

Property Value

The file to embed in the assembly with the resource name of Security.Evidence.

Remarks

You cannot use Security.Evidence for regular resources. This property corresponds to the /e[vidence] option in Al.exe (Assembly Linker).

Applies to