Gets or sets the name of the Assembly where the .resx is located. By default returns the value of the DefaultAssembly property.

Namespace:  C1.WPF.Localization
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public string Assembly { get; set; }
Visual Basic (Declaration)
Public Property Assembly As String
	Get
	Set

See Also