AssemblyName Property

Assembly Name Property.

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public Property AssemblyName As String
    Get
    Set
'Usage
Dim instance As SqlClrReferenceNodeExtender
Dim value As String

value = instance.AssemblyName

instance.AssemblyName = value
public string AssemblyName { get; set; }
public:
property String^ AssemblyName {
    String^ get ();
    void set (String^ value);
}
member AssemblyName : string with get, set
function get AssemblyName () : String
function set AssemblyName (value : String)

Property Value

Type: System..::..String

See Also

Reference

SqlClrReferenceNodeExtender Class

Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace