MarkupCompilePass1.AssemblyPublicKeyToken Property

Definition

Gets or sets the public key token of the assembly.

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Property Value

The public key token of the assembly.

Applies to