Silverlight SDK for Microsoft Bing
AssemblyName Property
OverviewSystem.WindowsResourcePathAssemblyName
Gets/Sets the name of the assembly in which the resource resides. Short names are adequate for identification.
Examples
ResourcePath path = new ResourcePath(); path.AssemblyName = "MyCompany.SilverlightTools";
Declaration Syntax
C#Visual BasicVisual C++
public string AssemblyName { get; set; }
Public Property AssemblyName As String
public:
property String^ AssemblyName {
	String^ get ();
	void set (String^ value);
}

Assembly: System.Windows.Controls.Views.Toolkit (Module: System.Windows.Controls.Views.Toolkit) Version: 1.0.0.0 (1.0.0.0)