VisualBasicImportReference.Assembly Property

Definition

Gets or sets the full name of the assembly referenced by this VisualBasicImportReference.

public:
 property System::String ^ Assembly { System::String ^ get(); void set(System::String ^ value); };
public string Assembly { get; set; }
member this.Assembly : string with get, set
Public Property Assembly As String

Property Value

The full name of the assembly referenced by this VisualBasicImportReference.

Applies to