ProjectUsingTaskElement.AssemblyFile Property

Definition

Gets the value of the AssemblyFile attribute. Returns empty string if it is not present.

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

Property Value

The value of the AssemblyFile attribute, or an empty string if the attribute is not present.

Remarks

The assembly may have a strong name and may be located in the GAC. Either the AssemblyFile or AssemblyName attribute must be present, but not both.

Applies to