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.182 -- Release Build+8363049c83291b1c4da7b782fd857e75dfedc763
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