UIResourceAttributeResourceID Property

Gets the usage target of the UI resource.

Definition

Namespace: Gemstone.Timeseries.Adapters
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.136 -- Release Build+045677775a56d15698be6ced5ce5213063e47102
public string ResourceID { get; }

Property Value

String

Remarks

Defaults to last segment of ResourceName if not specified. For example, for a resource name of "AdapterUI.CSVAdapters.main.js", the default resource ID would be "main.js".

Examples might include: "EntryFile", "BaseFile" and "ChunkFile". If more complex use cases exist, e.g., separating configuration from monitoring, prefix with a category, e.g., "Configuration:EntryFile".

See Also