IVsaReferenceItem.AssemblyName Property
Gets or sets the name of the referenced assembly.
Namespace: Microsoft.Vsa
Assembly: Microsoft.Vsa (in Microsoft.Vsa.dll)
Syntax
'Declaración
Property AssemblyName As String
Get
Set
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.