public string ResourceID { get; }
Public ReadOnly Property ResourceID As String
Get
public:
property String^ ResourceID {
String^ get ();
}
function get_ResourceID();
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".