VsaReferenceItem.AssemblyName Property

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

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

Syntax

'Declaration
Public Property AssemblyName As String
public string AssemblyName { get; set; }
public:
virtual property String^ AssemblyName {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract AssemblyName : string with get, set 
override AssemblyName : string with get, set
final function get AssemblyName () : String 
final function set AssemblyName (value : String)

Property Value

Type: System.String

Implements

IVsaReferenceItem.AssemblyName

.NET Framework Security

See Also

Reference

VsaReferenceItem Class

Microsoft.VisualBasic.Vsa Namespace