Share via


AssemblyReference.StrongName Property

Definition

Gets the strong name for the assembly.

public:
 property System::String ^ StrongName { System::String ^ get(); };
[System.Runtime.InteropServices.DispId(6)]
public string StrongName { [System.Runtime.InteropServices.DispId(6)] get; }
[<System.Runtime.InteropServices.DispId(6)>]
[<get: System.Runtime.InteropServices.DispId(6)>]
member this.StrongName : string
Public ReadOnly Property StrongName As String

Property Value

A string containing the strong name for the assembly.

Attributes

Applies to