Share via


AssemblyReference.StrongName Property

Gets the strong name for the assembly.

Namespace:  VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

'Declaration
ReadOnly Property StrongName As String
string StrongName { get; }
property String^ StrongName {
    String^ get ();
}
abstract StrongName : string with get
function get StrongName () : String

Property Value

Type: System.String
A string containing the strong name for the assembly.

Remarks

The strong name of the assembly includes the assembly name, locale, version, and key. This property is not intended to be used with assemblies that are not strongly named.

.NET Framework Security

See Also

Reference

AssemblyReference Interface

VsWebSite Namespace