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.158 -- Release Build+742760b9fc81f0ff99a22d1d8a726573e73efb7e
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