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";
