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.166 -- Release Build+57b72ea94712c6fb93701495d2d13b86cd7b5162
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