ProjectUsingTaskElement.AssemblyName Property

Definition

Gets and sets the value of the AssemblyName attribute. Returns empty string if it is not present.

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

Property Value

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

Remarks

The file path to the assembly, which may be either a full path or a relative path. Relative paths are relative to the directory of the project file containing this UsingTask. Either the AssemblyFile or AssemblyName attribute must be present, but not both.

Applies to