BamlLocalizableResourceKey.AssemblyName Property

Definition

Gets the name of the assembly that defines the type of the localizable resource as declared by its ClassName.

public:
 property System::String ^ AssemblyName { System::String ^ get(); };
public string AssemblyName { get; }
member this.AssemblyName : string
Public ReadOnly Property AssemblyName As String

Property Value

The name of the assembly.

Remarks

The assembly name is not required to uniquely identify a resource in BAML but is included here as a convenience.

Applies to