Interface IResourceReference
A resource reference
Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: OSGeo.MapGuide.ObjectModels.WebLayout
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IResourceReference : INotifyPropertyChanged
Properties
| Improve this Doc View SourceResourceId
Gets or sets the resource id.
Declaration
string ResourceId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The resource id. |