Silverlight SDK for Microsoft Bing
ResourceId Property
OverviewSystem.WindowsResourcePathResourceId
Gets/Sets the resource identifier for the resource being identified.
Examples
ResourcePath path = new ResourcePath(); path.AssemblyName = "MyCompany.SilverlightTools"; path.ResourceId = "MyCompany.Resources.MyXamlAsset.xaml";
Declaration Syntax
C#Visual BasicVisual C++
public string ResourceId { get; set; }
Public Property ResourceId As String
public:
property String^ ResourceId {
	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)