مشاركة عبر


IVsaReferenceItem.AssemblyName Property

Gets or sets the name of the referenced assembly.

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

Syntax

'إقرار
Property AssemblyName As String
    Get
    Set
'الاستخدام
Dim instance As IVsaReferenceItem
Dim value As String

value = instance.AssemblyName

instance.AssemblyName = value
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

IVsaReferenceItem Members

Microsoft.Vsa Namespace