VsaReferenceItem.AssemblyName Property

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

Syntax

'Declaration
Public Property AssemblyName As String
    Get
    Set
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