AssemblyReference.StrongName Property

 

Gets the strong name for the assembly.

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

Syntax

string StrongName { get; }
property String^ StrongName {
    String^ get();
}
abstract StrongName : string with get
ReadOnly Property StrongName As 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.

See Also

AssemblyReference Interface
VsWebSite Namespace

Return to top