ProjectUsingTaskElement.AssemblyFile 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 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.