IVsaReferenceItem.AssemblyName Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the name of the referenced assembly.

Namespace:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Syntax

'Declaration
Property AssemblyName As String
string AssemblyName { get; set; }
property String^ AssemblyName {
    String^ get ();
    void set (String^ value);
}
abstract AssemblyName : string with get, set
function get AssemblyName () : String 
function set AssemblyName (value : String)

Property Value

Type: System.String
Returns the string literal name of the referenced assembly.

See Also

Reference

IVsaReferenceItem Interface

Microsoft.Vsa Namespace